<refentry xmlns="http://docbook.org/ns/docbook"
	  xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
	  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	  xmlns:xlink="http://www.w3.org/1999/xlink"
	  version="5.0"
	  xml:id="paper.type">
<refmeta>
<refentrytitle>paper.type</refentrytitle>
<refmiscinfo role="type">enum</refmiscinfo>
</refmeta>
<refnamediv>
<refname>paper.type</refname>
<refpurpose>Select the paper type</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment xml:id="paper.type.frag">
<xsl:param name="paper.type" select="'USletter'"/>
</src:fragment>
</refsynopsisdiv>

<refsect1><title>Description</title>

<para>The paper type is a convenient way to specify the paper size.
The list of known paper sizes includes USletter and most of the A, B,
and C sizes. See <parameter>page.width.portrait</parameter>, for example.
</para>

</refsect1>
</refentry>
