summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2016-09-23 23:50:20 -0600
committerDan Allen <dan.j.allen@gmail.com>2016-09-23 23:51:27 -0600
commitbb168e075167b66f41b02bc7f877d57ddb3cfa39 (patch)
tree406a85f3699bfe88e773287e087bfce965f29e96 /docs
parent83b3d71ef05d29d8d7c9d8641a0979141811b3cf (diff)
document missing theme-related attributes in theming guide
Diffstat (limited to 'docs')
-rw-r--r--docs/theming-guide.adoc21
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc
index b39fd98d..f7b128ec 100644
--- a/docs/theming-guide.adoc
+++ b/docs/theming-guide.adoc
@@ -2557,17 +2557,22 @@ These settings override equivalent keys defined in the theme file, where applica
|chapter-label
|string (default: Chapter)
-|:chapter-label: Chapter
+|:chapter-label: Chapitre
-|<face>-cover-image
-|inline image macro (target is relative to `imagesdir`; can be image or PDF file)
+|<face>-cover-image^[1]^
+|path^[2]^ {vbar} image macro^[3]^ +
+(format can be image or PDF)
|+:front-cover-image: image:front-cover.pdf[]+
|media
|screen {vbar} print {vbar} prepress
|:media: prepress
-|pagenums^[2]^
+|page-background-image
+|path^[2]^ {vbar} image macro^[3]^
+|+:page-background-image: image:bg.jpg[]+
+
+|pagenums^[4]^
|flag (default: _on_)
|:pagenums:
@@ -2580,11 +2585,17 @@ These settings override equivalent keys defined in the theme file, where applica
|:pdf-page-size: 6in x 9in
|title-logo-image
-|inline image macro (path is relative to `imagesdir`; can be image or PDF file)
+|path^[2]^ {vbar} image macro^[3]^
|+:title-logo-image: image:logo.png[top=25%, align=center, pdfwidth=0.5in]+
+
+|title-page-background-image
+|path^[2]^ {vbar} image macro^[3]^
+|+:title-page-background-image: image:title-bg.jpg[]+
|===
. `<face>` can be `front` or `back`.
+. The path is resolved relative to base_dir.
+. The target of the image macro is resolved relative to `imagesdir`.
. Controls whether the `page-number` attribute is accessible to the running header and footer content specified in the theme file.
Use the `noheader` and `nofooter` attributes to disable the running header and footer, respectively, from the document.