source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.footnote.properties.xml@ f6e9c180

7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since f6e9c180 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.5 KB
Line 
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="table.footnote.properties">
7<refmeta>
8<refentrytitle>table.footnote.properties</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10</refmeta>
11<refnamediv>
12<refname>table.footnote.properties</refname>
13<refpurpose>Properties applied to each table footnote body
14</refpurpose>
15</refnamediv>
16
17<refsynopsisdiv>
18<src:fragment xml:id="table.footnote.properties.frag">
19<xsl:attribute-set name="table.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="space-before">2pt</xsl:attribute>
25 <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
26</xsl:attribute-set>
27</src:fragment>
28</refsynopsisdiv>
29
30<refsection><info><title>Description</title></info>
31
32<para>This attribute set is applied to the footnote-block
33for each table footnote.
34It can be used to set the
35font-size, font-family, and other inheritable properties that will be
36applied to all table footnotes.</para>
37
38</refsection>
39</refentry>
Note: See TracBrowser for help on using the repository browser.