~ubuntu-branches/ubuntu/vivid/docbook-xsl-doc/vivid

« back to all changes in this revision

Viewing changes to doc/fo/body.margin.outer.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><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>
 
2
 
 
3
<div class="refnamediv"><h2><span class="refentrytitle">body.margin.outer</span></h2><p>
 
4
body.margin.outer
 
5
 &#8212; Specify the size of the outer margin of the body region
 
6
</p></div>
 
7
 
 
8
<div class="refsynopsisdiv"><h2>Synopsis</h2>
 
9
<a name="body.margin.outer.frag"></a><pre class="programlisting">
 
10
&lt;xsl:param name="body.margin.outer"&gt;0in&lt;/xsl:param&gt;
 
11
</pre>
 
12
</div>
 
13
 
 
14
<div class="refsection"><a name="idp5707728"></a><h2>Description</h2>
 
15
 
 
16
<p>The outer body margin is the extra outer side 
 
17
(opposite the binding side) margin taken
 
18
from the body
 
19
region in addition to the outer page margin.
 
20
It makes room for a side region for text content whose width is 
 
21
specified by the <a href="../fo/region.outer.extent.html"><em class="parameter"><code>region.outer.extent</code></em></a>
 
22
parameter.</p>
 
23
 
 
24
<p>For double-sided output,
 
25
this side region 
 
26
is <code class="literal">fo:region-end</code> on a odd-numbered page,
 
27
and <code class="literal">fo:region-start</code> on an even-numbered page.</p>
 
28
 
 
29
<p>For single-sided output,
 
30
this side region
 
31
is <code class="literal">fo:region-end</code> for all pages.</p>
 
32
 
 
33
<p>This correspondence applies to all languages,
 
34
both left-to-right and right-to-left writing modes.</p>
 
35
 
 
36
<p>The default value is zero.</p>
 
37
 
 
38
<p>See also
 
39
<a href="../fo/region.inner.extent.html"><em class="parameter"><code>region.inner.extent</code></em></a>,
 
40
<a href="../fo/region.outer.extent.html"><em class="parameter"><code>region.outer.extent</code></em></a>,
 
41
<a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>,
 
42
<a href="../fo/side.region.precedence.html"><em class="parameter"><code>side.region.precedence</code></em></a>.
 
43
</p>
 
44
</div>
 
45
</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>
 
46