]> git.stg.codes - stg.git/blob - doc/xslt/params/double.sided.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / double.sided.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"
2           xmlns:xlink="http://www.w3.org/1999/xlink"
3           xmlns:xi="http://www.w3.org/2001/XInclude"
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6           version="5.0" xml:id="double.sided">
7 <refmeta>
8 <refentrytitle>double.sided</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>double.sided</refname>
13 <refpurpose>Is the document to be printed double sided?</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="double.sided.frag">
18 <xsl:param name="double.sided" select="0"/>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
24 <para>Double-sided documents are printed with a slightly wider margin
25 on the binding edge of the page.
26 </para>
27 <para>FIXME: The current set of parameters does not take writing direction
28 into account.</para>
29
30 </refsection>
31 </refentry>