source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/page.width.portrait.xml@ 64a2cd5

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 64a2cd5 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.2 KB
Line 
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="page.width.portrait">
7<refmeta>
8<refentrytitle>page.width.portrait</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
10</refmeta>
11<refnamediv>
12<refname>page.width.portrait</refname>
13<refpurpose>Specify the physical size of the short edge of the page</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17<src:fragment xml:id="page.width.portrait.frag"><xsl:param name="page.width.portrait">
18 <xsl:choose>
19 <xsl:when test="$paper.type = 'USletter'">8.5in</xsl:when>
20 <xsl:when test="$paper.type = 'USlandscape'">11in</xsl:when>
21 <xsl:when test="$paper.type = 'USlegal'">8.5in</xsl:when>
22 <xsl:when test="$paper.type = 'USlegallandscape'">14in</xsl:when>
23 <xsl:when test="$paper.type = '4A0'">1682mm</xsl:when>
24 <xsl:when test="$paper.type = '2A0'">1189mm</xsl:when>
25 <xsl:when test="$paper.type = 'A0'">841mm</xsl:when>
26 <xsl:when test="$paper.type = 'A1'">594mm</xsl:when>
27 <xsl:when test="$paper.type = 'A2'">420mm</xsl:when>
28 <xsl:when test="$paper.type = 'A3'">297mm</xsl:when>
29 <xsl:when test="$paper.type = 'A4'">210mm</xsl:when>
30 <xsl:when test="$paper.type = 'A5'">148mm</xsl:when>
31 <xsl:when test="$paper.type = 'A6'">105mm</xsl:when>
32 <xsl:when test="$paper.type = 'A7'">74mm</xsl:when>
33 <xsl:when test="$paper.type = 'A8'">52mm</xsl:when>
34 <xsl:when test="$paper.type = 'A9'">37mm</xsl:when>
35 <xsl:when test="$paper.type = 'A10'">26mm</xsl:when>
36 <xsl:when test="$paper.type = 'B0'">1000mm</xsl:when>
37 <xsl:when test="$paper.type = 'B1'">707mm</xsl:when>
38 <xsl:when test="$paper.type = 'B2'">500mm</xsl:when>
39 <xsl:when test="$paper.type = 'B3'">353mm</xsl:when>
40 <xsl:when test="$paper.type = 'B4'">250mm</xsl:when>
41 <xsl:when test="$paper.type = 'B5'">176mm</xsl:when>
42 <xsl:when test="$paper.type = 'B6'">125mm</xsl:when>
43 <xsl:when test="$paper.type = 'B7'">88mm</xsl:when>
44 <xsl:when test="$paper.type = 'B8'">62mm</xsl:when>
45 <xsl:when test="$paper.type = 'B9'">44mm</xsl:when>
46 <xsl:when test="$paper.type = 'B10'">31mm</xsl:when>
47 <xsl:when test="$paper.type = 'C0'">917mm</xsl:when>
48 <xsl:when test="$paper.type = 'C1'">648mm</xsl:when>
49 <xsl:when test="$paper.type = 'C2'">458mm</xsl:when>
50 <xsl:when test="$paper.type = 'C3'">324mm</xsl:when>
51 <xsl:when test="$paper.type = 'C4'">229mm</xsl:when>
52 <xsl:when test="$paper.type = 'C5'">162mm</xsl:when>
53 <xsl:when test="$paper.type = 'C6'">114mm</xsl:when>
54 <xsl:when test="$paper.type = 'C7'">81mm</xsl:when>
55 <xsl:when test="$paper.type = 'C8'">57mm</xsl:when>
56 <xsl:when test="$paper.type = 'C9'">40mm</xsl:when>
57 <xsl:when test="$paper.type = 'C10'">28mm</xsl:when>
58 <xsl:otherwise>8.5in</xsl:otherwise>
59 </xsl:choose>
60</xsl:param></src:fragment>
61</refsynopsisdiv>
62
63<refsection><info><title>Description</title></info>
64
65<para>The portrait page width is the length of the short
66edge of the physical page.
67</para>
68
69</refsection>
70</refentry>
Note: See TracBrowser for help on using the repository browser.