diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/page.orientation.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/page.orientation.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/page.orientation.xml b/kdoctools/docbook/xsl/params/page.orientation.xml new file mode 100644 index 000000000..22871ff03 --- /dev/null +++ b/kdoctools/docbook/xsl/params/page.orientation.xml @@ -0,0 +1,22 @@ +<refentry id="page.orientation"> +<refmeta> +<refentrytitle>page.orientation</refentrytitle> + +</refmeta> +<refnamediv> +<refname>page.orientation</refname> +<refpurpose>Select the page orientation</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='page.orientation.frag'><xsl:param name="page.orientation" select="'portrait'"/></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>In portrait orientation, the short edge is horizontal; in +landscape orientation, it is vertical. +</para> + +</refsect1> +</refentry> |