]> git.stg.codes - stg.git/blob - doc/xslt/params/paper.type.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / paper.type.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="paper.type">
7 <refmeta>
8 <refentrytitle>paper.type</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
10 <refmiscinfo class="other" otherclass="list-type">open</refmiscinfo>
11 <refmiscinfo class="other" otherclass="list-type">open</refmiscinfo>
12 <refmiscinfo class="other" otherclass="value">USletter<alt>8.5x11in</alt></refmiscinfo>
13 <refmiscinfo class="other" otherclass="value">USlandscape<alt>11x8.5in</alt></refmiscinfo>
14 <refmiscinfo class="other" otherclass="value">USlegal<alt>8.5inx14in</alt></refmiscinfo>
15 <refmiscinfo class="other" otherclass="value">USlegallandscape<alt>14inx8.5in</alt></refmiscinfo>
16 <refmiscinfo class="other" otherclass="value">4A0<alt>2378x1682mm</alt></refmiscinfo>
17 <refmiscinfo class="other" otherclass="value">2A0<alt>1682x1189mm</alt></refmiscinfo>
18 <refmiscinfo class="other" otherclass="value">A0<alt>1189x841mm</alt></refmiscinfo>
19 <refmiscinfo class="other" otherclass="value">A1<alt>841x594mm</alt></refmiscinfo>
20 <refmiscinfo class="other" otherclass="value">A2<alt>594x420mm</alt></refmiscinfo>
21 <refmiscinfo class="other" otherclass="value">A3<alt>420x297mm</alt></refmiscinfo>
22 <refmiscinfo class="other" otherclass="value">A4<alt>297x210mm</alt></refmiscinfo>
23 <refmiscinfo class="other" otherclass="value">A5<alt>210x148mm</alt></refmiscinfo>
24 <refmiscinfo class="other" otherclass="value">A6<alt>148x105mm</alt></refmiscinfo>
25 <refmiscinfo class="other" otherclass="value">A7<alt>105x74mm</alt></refmiscinfo>
26 <refmiscinfo class="other" otherclass="value">A8<alt>74x52mm</alt></refmiscinfo>
27 <refmiscinfo class="other" otherclass="value">A9<alt>52x37mm</alt></refmiscinfo>
28 <refmiscinfo class="other" otherclass="value">A10<alt>37x26mm</alt></refmiscinfo>
29 <refmiscinfo class="other" otherclass="value">B0<alt>1414x1000mm</alt></refmiscinfo>
30 <refmiscinfo class="other" otherclass="value">B1<alt>1000x707mm</alt></refmiscinfo>
31 <refmiscinfo class="other" otherclass="value">B2<alt>707x500mm</alt></refmiscinfo>
32 <refmiscinfo class="other" otherclass="value">B3<alt>500x353mm</alt></refmiscinfo>
33 <refmiscinfo class="other" otherclass="value">B4<alt>353x250mm</alt></refmiscinfo>
34 <refmiscinfo class="other" otherclass="value">B5<alt>250x176mm</alt></refmiscinfo>
35 <refmiscinfo class="other" otherclass="value">B6<alt>176x125mm</alt></refmiscinfo>
36 <refmiscinfo class="other" otherclass="value">B7<alt>125x88mm</alt></refmiscinfo>
37 <refmiscinfo class="other" otherclass="value">B8<alt>88x62mm</alt></refmiscinfo>
38 <refmiscinfo class="other" otherclass="value">B9<alt>62x44mm</alt></refmiscinfo>
39 <refmiscinfo class="other" otherclass="value">B10<alt>44x31mm</alt></refmiscinfo>
40 <refmiscinfo class="other" otherclass="value">C0<alt>1297x917mm</alt></refmiscinfo>
41 <refmiscinfo class="other" otherclass="value">C1<alt>917x648mm</alt></refmiscinfo>
42 <refmiscinfo class="other" otherclass="value">C2<alt>648x458mm</alt></refmiscinfo>
43 <refmiscinfo class="other" otherclass="value">C3<alt>458x324mm</alt></refmiscinfo>
44 <refmiscinfo class="other" otherclass="value">C4<alt>324x229mm</alt></refmiscinfo>
45 <refmiscinfo class="other" otherclass="value">C5<alt>229x162mm</alt></refmiscinfo>
46 <refmiscinfo class="other" otherclass="value">C6<alt>162x114mm</alt></refmiscinfo>
47 <refmiscinfo class="other" otherclass="value">C7<alt>114x81mm</alt></refmiscinfo>
48 <refmiscinfo class="other" otherclass="value">C8<alt>81x57mm</alt></refmiscinfo>
49 <refmiscinfo class="other" otherclass="value">C9<alt>57x40mm</alt></refmiscinfo>
50 <refmiscinfo class="other" otherclass="value">C10<alt>40x28mm</alt></refmiscinfo>
51 </refmeta>
52 <refnamediv>
53 <refname>paper.type</refname>
54 <refpurpose>Select the paper type</refpurpose>
55 </refnamediv>
56
57 <refsynopsisdiv>
58 <src:fragment xml:id="paper.type.frag">
59 <xsl:param name="paper.type">USletter</xsl:param>
60 </src:fragment>
61 </refsynopsisdiv>
62
63 <refsection><info><title>Description</title></info>
64
65 <para>The paper type is a convenient way to specify the paper size.
66 The list of known paper sizes includes USletter and most of the A,
67 B, and C sizes. See <parameter>page.width.portrait</parameter>, for example.
68
69
70 </para>
71
72 </refsection>
73 </refentry>