Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 82

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>body.margin.outer</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="general.html" title="Pagination and General Styles"><link rel="prev" href="body.margin.inner.html" title="body.margin.inner"><link rel="next" href="body.start.indent.html" title="body.start.indent"><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">body.margin.outer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="body.margin.inner.html">Prev</a> </td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right"> <a accesskey="n" href="body.start.indent.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="body.margin.outer"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">body.margin.outer</span></h2><p>
body.margin.outer
 &#8212; Specify the size of the outer margin of the body region
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="body.margin.outer.frag"></a><pre class="programlisting">
&lt;xsl:param name="body.margin.outer"&gt;0in&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp5707728"></a><h2>Description</h2>

<p>The outer body margin is the extra outer side 
(opposite the binding side) margin taken
from the body
region in addition to the outer page margin.
It makes room for a side region for text content whose width is 
specified by the <a href="../fo/region.outer.extent.html"><em class="parameter"><code>region.outer.extent</code></em></a>
parameter.</p>

<p>For double-sided output,
this side region 
is <code class="literal">fo:region-end</code> on a odd-numbered page,
and <code class="literal">fo:region-start</code> on an even-numbered page.</p>

<p>For single-sided output,
this side region
is <code class="literal">fo:region-end</code> for all pages.</p>

<p>This correspondence applies to all languages,
both left-to-right and right-to-left writing modes.</p>

<p>The default value is zero.</p>

<p>See also
<a href="../fo/region.inner.extent.html"><em class="parameter"><code>region.inner.extent</code></em></a>,
<a href="../fo/region.outer.extent.html"><em class="parameter"><code>region.outer.extent</code></em></a>,
<a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>,
<a href="../fo/side.region.precedence.html"><em class="parameter"><code>side.region.precedence</code></em></a>.
</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="body.margin.inner.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="body.start.indent.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">body.margin.inner </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> body.start.indent</td></tr></table></div></body></html>