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

« back to all changes in this revision

Viewing changes to doc/fo/region.inner.extent.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>region.inner.extent</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="region.before.extent.html" title="region.before.extent"><link rel="next" href="region.outer.extent.html" title="region.outer.extent"><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">region.inner.extent</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="region.before.extent.html">Prev</a>�</td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right">�<a accesskey="n" href="region.outer.extent.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="region.inner.extent"></a><div class="titlepage"></div>
 
2
 
 
3
<div class="refnamediv"><h2><span class="refentrytitle">region.inner.extent</span></h2><p>
 
4
region.inner.extent
 
5
 &#8212; Specifies the width of the inner side region
 
6
</p></div>
 
7
 
 
8
<div class="refsynopsisdiv"><h2>Synopsis</h2>
 
9
<a name="region.inner.extent.frag"></a><pre class="programlisting">
 
10
&lt;xsl:param name="region.inner.extent"&gt;0in&lt;/xsl:param&gt;
 
11
</pre>
 
12
</div>
 
13
 
 
14
<div class="refsection"><a name="idp5875584"></a><h2>Description</h2>
 
15
 
 
16
<p>The region inner extent is the width of the optional
 
17
text area next to the inner side (binding side) of the
 
18
body region.  </p>
 
19
 
 
20
<p>For double-sided output, this side region 
 
21
is <code class="literal">fo:region-start</code> on a odd-numbered page,
 
22
and <code class="literal">fo:region-end</code> on an even-numbered page.</p>
 
23
 
 
24
<p>For single-sided output, this side region
 
25
is <code class="literal">fo:region-start</code> for all pages.</p>
 
26
 
 
27
<p>This correspondence applies to all languages,
 
28
both left-to-right and right-to-left writing modes.</p>
 
29
 
 
30
<p>The default value of this parameter is zero.  If you enlarge this extent,
 
31
be sure to also enlarge the <a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>
 
32
parameter to make room for its content, otherwise any text in
 
33
the side region may overlap with the body text.</p>
 
34
 
 
35
<p>See also
 
36
<a href="../fo/region.outer.extent.html"><em class="parameter"><code>region.outer.extent</code></em></a>,
 
37
<a href="../fo/body.margin.inner.html"><em class="parameter"><code>body.margin.inner</code></em></a>,
 
38
<a href="../fo/body.margin.outer.html"><em class="parameter"><code>body.margin.outer</code></em></a>,
 
39
<a href="../fo/side.region.precedence.html"><em class="parameter"><code>side.region.precedence</code></em></a>.
 
40
</p>
 
41
 
 
42
</div>
 
43
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="region.before.extent.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="region.outer.extent.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">region.before.extent�</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">�region.outer.extent</td></tr></table></div></body></html>
 
44