File: force.blank.pages.html

package info (click to toggle)
docbook-xsl-doc 1.78.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,848 kB
  • sloc: makefile: 10; sh: 5
file content (39 lines) | stat: -rw-r--r-- 3,093 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>force.blank.pages</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="general.html" title="Pagination and General Styles"><link rel="prev" href="double.sided.html" title="double.sided"><link rel="next" href="body.margin.bottom.html" title="body.margin.bottom"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">force.blank.pages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="double.sided.html">Prev</a></td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right"><a accesskey="n" href="body.margin.bottom.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="force.blank.pages"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">force.blank.pages</span></h2><p>
force.blank.pages
 &#8212; Generate blank page to end on even page number
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="force.blank.pages.frag"></a><pre class="programlisting">
&lt;xsl:param name="force.blank.pages" select="1"&gt;&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp5671008"></a><h2>Description</h2>

<p>If non-zero (the default), then each page sequence will be forced to
end on an even-numbered page, by inserting a blank page
if necessary. This will force the next page sequence to start
on an odd-numbered page, which is a standard convention
for printed and bound books.</p>

<p>If zero, then such blank pages will not be inserted.
Chapters will start on the next available page,
regardless of whether it is an even or odd number.
This is useful when publishing online where blank
pages are not needed.
</p>

<p>This param is independent of the 
<a href="../fo/double.sided.html"><em class="parameter"><code>double.sided</code></em></a> parameter, which
just triggers the use of even and odd page sequence 
masters that differ in their header and footer placement.
So you can combine the two params for alternating
headers/footers and no blank pages.
</p>

</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="double.sided.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="body.margin.bottom.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">double.sided</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">body.margin.bottom</td></tr></table></div></body></html>