Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6e019a662639ac6470f50dea3a4d8157 > files > 424

docbook-style-xsl-doc-1.79.2-4.mga7.noarch.rpm

<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>title.margin.left</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference&nbsp;Documentation"><link rel="up" href="general.html" title="Pagination and General Styles"><link rel="prev" href="footnote.font.size.html" title="footnote.font.size"><link rel="next" href="draft.mode.html" title="draft.mode"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">title.margin.left</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="footnote.font.size.html">Prev</a>&nbsp;</td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="draft.mode.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="title.margin.left"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">title.margin.left</span></h2><p>title.margin.left &#8212; Adjust the left margin for titles</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="title.margin.left.frag"></a><pre class="programlisting">
&lt;xsl:param name="title.margin.left"&gt;
  &lt;xsl:choose&gt;
    &lt;xsl:when test="$fop.extensions != 0"&gt;-4pc&lt;/xsl:when&gt;
    &lt;xsl:when test="$passivetex.extensions != 0"&gt;0pt&lt;/xsl:when&gt;
    &lt;xsl:otherwise&gt;0pt&lt;/xsl:otherwise&gt;
  &lt;/xsl:choose&gt;
&lt;/xsl:param&gt;
</pre></div><div class="refsection"><a name="d0e20592"></a><h2>Description</h2><p>This parameter provides
the means of adjusting the left margin for titles
when the XSL-FO processor being used is
an old version of FOP (0.25 and earlier).
It is only useful when the <em class="parameter"><code>fop.extensions</code></em>
is nonzero.</p><p>The left margin of the body region
is calculated to include this space,
and titles are outdented to the left outside
the body region by this amount,
effectively leaving titles at the intended left margin
and the body text indented.
Currently this method is only used for old FOP because
it cannot properly use the <em class="parameter"><code>body.start.indent</code></em>
parameter.
</p><p>
The default value when the <em class="parameter"><code>fop.extensions</code></em>
parameter is nonzero is -4pc, which means the
body text is indented 4 picas relative to
the titles.
The default value when the <em class="parameter"><code>fop.extensions</code></em>
parameter equals zero is 0pt, and
the body indent should instead be specified
using the <em class="parameter"><code>body.start.indent</code></em>
parameter.
</p><p>
If you set the value to zero, be sure to still include
a unit indicator such as <code class="literal">0pt</code>, or
the FO processor will report errors.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="footnote.font.size.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="draft.mode.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">footnote.font.size&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;draft.mode</td></tr></table></div></body></html>