~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/footnote.number.format.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scott Kitterman
  • Date: 2011-01-21 11:32:24 UTC
  • mfrom: (1.14.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121113224-c9tebdkklj5u3awu
Tags: 4:4.6.0-0ubuntu1~ppa1
[ Jonathan Riddell ]
* New upstream release
* Reluctantly add kcm_ssl to kdelibs5-plugins, this should be in kdebase

[ Scott Kitterman ]
* Update libkatepartinterfaces4.symbols and libkdecore5.symbols for 4.5.95
  and confirm symbols on all architectures with pkgkde-symbolshelper
  - Thanks to Jonathan Thomas for verifying the missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="footnote.number.format">
2
 
<refmeta>
3
 
<refentrytitle>footnote.number.format</refentrytitle>
4
 
<refmiscinfo role="type">string</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>footnote.number.format</refname>
8
 
<refpurpose>Identifies the format used for footnote numbers</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='footnote.number.format.frag'>
13
 
<xsl:param name="footnote.number.format" select="'1'"/>
14
 
</src:fragment>
15
 
</refsynopsisdiv>
16
 
 
17
 
<refsect1><title>Description</title>
18
 
 
19
 
<para>The <parameter>footnote.number.format</parameter> specifies the format
20
 
to use for footnote numeration (1, i, I, a, or A).</para>
21
 
 
22
 
</refsect1>
23
 
</refentry>