Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: third_party/docbook-xsl-1.78.0/params/body.margin.outer.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="body.margin.outer">
7 <refmeta>
8 <refentrytitle>body.margin.outer</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>body.margin.outer</refname>
13 <refpurpose>Specify the size of the outer margin of the body region</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="body.margin.outer.frag">
18 <xsl:param name="body.margin.outer">0in</xsl:param>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
24 <para>The outer body margin is the extra outer side
25 (opposite the binding side) margin taken
26 from the body
27 region in addition to the outer page margin.
28 It makes room for a side region for text content whose width is
29 specified by the <parameter>region.outer.extent</parameter>
30 parameter.</para>
31
32 <para>For double-sided output,
33 this side region
34 is <literal>fo:region-end</literal> on a odd-numbered page,
35 and <literal>fo:region-start</literal> on an even-numbered page.</para>
36
37 <para>For single-sided output,
38 this side region
39 is <literal>fo:region-end</literal> for all pages.</para>
40
41 <para>This correspondence applies to all languages,
42 both left-to-right and right-to-left writing modes.</para>
43
44 <para>The default value is zero.</para>
45
46 <para>See also
47 <parameter>region.inner.extent</parameter>,
48 <parameter>region.outer.extent</parameter>,
49 <parameter>body.margin.inner</parameter>,
50 <parameter>side.region.precedence</parameter>.
51 </para>
52 </refsection>
53 </refentry>
OLDNEW
« no previous file with comments | « third_party/docbook-xsl-1.78.0/params/body.margin.inner.xml ('k') | third_party/docbook-xsl-1.78.0/params/body.margin.top.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698