File: //usr/share/doc/docbook-style-xsl-1.69.1/doc/fo/page.margin.outer.html
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>page.margin.outer</title><link rel="stylesheet" href="../ref.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.0"><link rel="start" href="index.html" title="FO Parameter Reference"><link rel="up" href="rn17.html" title="Pagination and General Styles"><link rel="prev" href="page.margin.inner.html" title="page.margin.inner"><link rel="next" href="page.margin.top.html" title="page.margin.top"></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">page.margin.outer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="page.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="page.margin.top.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="page.margin.outer"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>page.margin.outer — The outer page margin</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="page.margin.outer.frag"></a><pre class="programlisting"><xsl:param name="page.margin.outer">
<xsl:choose>
<xsl:when test="$double.sided != 0">0.75in</xsl:when>
<xsl:otherwise>1in</xsl:otherwise>
</xsl:choose>
</xsl:param></pre></div><div class="refsect1" lang="en"><a name="d0e4683"></a><h2>Description</h2><p>The outer page margin is the distance from non-binding edge of the
page to the last column of text. In the left-to-right, top-to-bottom writing
direction, this is the right margin of recto pages.</p><p>The inner and outer margins are usually the same unless the output
is double-sided.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="page.margin.inner.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="rn17.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="page.margin.top.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">page.margin.inner </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> page.margin.top</td></tr></table></div></body></html>