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

Side by Side Diff: third_party/docbook-xsl-1.78.0/params/body.end.indent.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.end.indent">
7 <refmeta>
8 <refentrytitle>body.end.indent</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>body.end.indent</refname>
13 <refpurpose>The end-indent for the body text</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="body.end.indent.frag">
18 <xsl:param name="body.end.indent">0pt</xsl:param>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
24 <para>This end-indent property is added to the fo:flow
25 for certain page sequences. Which page-sequences it is
26 applied to is determined by the template named
27 <literal>set.flow.properties</literal>.
28 By default, that template adds it to the flow
29 for page-sequences using the <quote>body</quote>
30 master-reference, as well as appendixes and prefaces.
31 </para>
32
33 <para>See also <parameter>body.start.indent</parameter>.
34 </para>
35
36 </refsection>
37 </refentry>
OLDNEW
« no previous file with comments | « third_party/docbook-xsl-1.78.0/params/body.bg.color.xml ('k') | third_party/docbook-xsl-1.78.0/params/body.font.family.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698