summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-06-27 00:57:53 -0600
committerGitHub <noreply@github.com>2022-06-27 00:57:53 -0600
commitcef78010186a2c141eabf7a016435b6bbedfdba7 (patch)
treea6b02ab4cc758d9a3ead39f6f4dbf1d83faa47f0 /docs/modules
parenta83c155afe48c73025fc87283973b6ae998e58a1 (diff)
resolves #2252 allow page numbering / running content to start on empty verso page before body of prepress book (PR #2267)
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/theme/pages/add-running-content.adoc1
-rw-r--r--docs/modules/theme/pages/page-numbers.adoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/add-running-content.adoc b/docs/modules/theme/pages/add-running-content.adoc
index d03620b4..3bb1ebdf 100644
--- a/docs/modules/theme/pages/add-running-content.adoc
+++ b/docs/modules/theme/pages/add-running-content.adoc
@@ -45,6 +45,7 @@ The `toc` value only applies if the TOC is in the default location (before the f
If the value is `toc`, and the toc macro is used to position the TOC, the `start-at` behavior is the same as if the TOC is not enabled.
The `toc` value is only recognized if the title page is implicitly or explicitly enabled.
[[page]]Integer:: The running content starts on the page that matches the number assigned to `start-at` (i.e., 1 is the first body page, 2 is the second body page).
+For a prepress book (doctype=book and media=prepress), the running content starts on the empty verso page before the body if the value is 0.
When an integer is assigned to `start-at`, the title page doesn't need to be enabled.
TIP: To turn off the running content on TOC pages inserted by the toc macro, set the `noheader` or `nofooter` options on the macro (e.g., `toc::[opts=nofooter]`).
diff --git a/docs/modules/theme/pages/page-numbers.adoc b/docs/modules/theme/pages/page-numbers.adoc
index a9aa763b..d65ff503 100644
--- a/docs/modules/theme/pages/page-numbers.adoc
+++ b/docs/modules/theme/pages/page-numbers.adoc
@@ -51,6 +51,7 @@ The `toc` value only applies if the TOC is in the default location (before the f
If the value is `toc`, and the toc macro is used to position the TOC, the `start-at` behavior is the same as if the TOC is not enabled.
The `toc` value is only recognized if the title page is implicitly or explicitly enabled.
Integer:: The page numbering starts at the specified page of the body (i.e., 1 is the first body page, 2 is the second body page).
+For a prepress book (doctype=book and media=prepress), the page numbering starts on the empty verso page before the body if the value is 0.
An integer value is recognized by all doctypes and the title page doesn't need to be enabled.
Let's start the integer page number on the title page of a document.