OLD | NEW |
| (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="footnote.properties"> | |
7 <refmeta> | |
8 <refentrytitle>footnote.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>footnote.properties</refname> | |
13 <refpurpose>Properties applied to each footnote body | |
14 </refpurpose> | |
15 </refnamediv> | |
16 | |
17 <refsynopsisdiv> | |
18 <src:fragment xml:id="footnote.properties.frag"> | |
19 <xsl:attribute-set name="footnote.properties"> | |
20 <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:
attribute> | |
21 <xsl:attribute name="font-size"><xsl:value-of select="$footnote.font.size"/></
xsl:attribute> | |
22 <xsl:attribute name="font-weight">normal</xsl:attribute> | |
23 <xsl:attribute name="font-style">normal</xsl:attribute> | |
24 <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attr
ibute> | |
25 <xsl:attribute name="start-indent">0pt</xsl:attribute> | |
26 <xsl:attribute name="end-indent">0pt</xsl:attribute> | |
27 <xsl:attribute name="text-indent">0pt</xsl:attribute> | |
28 <xsl:attribute name="hyphenate"><xsl:value-of select="$hyphenate"/></xsl:attri
bute> | |
29 <xsl:attribute name="wrap-option">wrap</xsl:attribute> | |
30 <xsl:attribute name="linefeed-treatment">treat-as-space</xsl:attribute> | |
31 </xsl:attribute-set> | |
32 </src:fragment> | |
33 </refsynopsisdiv> | |
34 | |
35 <refsection><info><title>Description</title></info> | |
36 | |
37 <para>This attribute set is applied to the footnote-block | |
38 for each footnote. | |
39 It can be used to set the | |
40 font-size, font-family, and other inheritable properties that will be | |
41 applied to all footnotes.</para> | |
42 | |
43 </refsection> | |
44 </refentry> | |
OLD | NEW |