]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/page.width.xml
Capitalized the start of a sentence in the bucket section of cataloging.
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / page.width.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="page.width">\r
7 <refmeta>\r
8 <refentrytitle>page.width</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
10 </refmeta>\r
11 <refnamediv>\r
12 <refname>page.width</refname>\r
13 <refpurpose>The width of the physical page</refpurpose>\r
14 </refnamediv>\r
15 \r
16 <refsynopsisdiv>\r
17 <src:fragment xml:id="page.width.frag"><xsl:param name="page.width">\r
18   <xsl:choose>\r
19     <xsl:when test="$page.orientation = 'portrait'">\r
20       <xsl:value-of select="$page.width.portrait"/>\r
21     </xsl:when>\r
22     <xsl:otherwise>\r
23       <xsl:value-of select="$page.height.portrait"/>\r
24     </xsl:otherwise>\r
25   </xsl:choose>\r
26 </xsl:param></src:fragment>\r
27 </refsynopsisdiv>\r
28 \r
29 <refsection><info><title>Description</title></info>\r
30 \r
31 <para>The page width is generally calculated from the\r
32 <parameter>paper.type</parameter> and \r
33 <parameter>page.orientation</parameter> parameters.</para>\r
34 \r
35 </refsection>\r
36 </refentry>\r