diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/page.margin.bottom.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/page.margin.bottom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/page.margin.bottom.xml b/kdoctools/docbook/xsl/params/page.margin.bottom.xml new file mode 100644 index 000000000..1a3b29fba --- /dev/null +++ b/kdoctools/docbook/xsl/params/page.margin.bottom.xml @@ -0,0 +1,24 @@ +<refentry id="page.margin.bottom"> +<refmeta> +<refentrytitle>page.margin.bottom</refentrytitle> + +</refmeta> +<refnamediv> +<refname>page.margin.bottom</refname> +<refpurpose>The bottom margin of the page</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='page.margin.bottom.frag'> +<xsl:param name="page.margin.bottom" select="'0.5in'"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>The bottom page margin is the distance from the bottom of the region-after +to the physical bottom of the page. +</para> + +</refsect1> +</refentry> |