| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | <refentry xmlns="http://docbook.org/ns/docbook"          xmlns:xlink="http://www.w3.org/1999/xlink"          xmlns:xi="http://www.w3.org/2001/XInclude"          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"          version="5.0" xml:id="side.region.precedence"> <refmeta> <refentrytitle>side.region.precedence</refentrytitle> <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> </refmeta> <refnamediv> <refname>side.region.precedence</refname> <refpurpose>Determines side region page layout precedence</refpurpose> </refnamediv> <refsynopsisdiv> <src:fragment xml:id="side.region.precedence.frag"><xsl:param name="side.region.precedence">false</xsl:param></src:fragment> </refsynopsisdiv> <refsection><info><title>Description</title></info>  <para>If optional side regions on a pageare established using parameters such as<parameter>body.margin.inner</parameter>, <parameter>region.inner.extent</parameter>, etc., then thisparameter determines what happens at the corners where theside regions meet the header and footer regions.</para><para>If the value of this parameter is <literal>true</literal>,then the side regions have precedence and extend higherand lower, while the header and footer regions are narrowerand fit inside the side regions.</para><para>If the value of this parameter is <literal>false</literal>(the default value), then the header and footer regions have precedence and extend over and below the side regions.Any value other than <literal>true</literal> or<literal>false</literal> is taken to be <literal>false</literal>.</para><para>If you need to set precedence separately forindividual regions, then you can set fourparameters that are normally internal to the stylesheet.These four parameters are normally set basedon the value from <parameter>side.region.precedence</parameter>:</para><programlisting>region.before.precedenceregion.after.precedenceregion.start.precedenceregion.end.precedence</programlisting><para>See also<parameter>region.inner.extent</parameter>,<parameter>region.outer.extent</parameter>,<parameter>body.margin.inner</parameter>,<parameter>body.margin.outer</parameter>.</para></refsection> </refentry>
 |