]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - tagging.txt
665c88940fccec8810a21199ca34028211897d94
[text-free-culture-lessig.git] / tagging.txt
1 Tips regarding DocBook XML tagging
2 ==================================
3
4 To get entries in the Index at the back, add entries like this in the
5 docbook source:
6
7 <indexterm><primary>ABC</primary></indexterm>
8
9 This will result in the entry ABC showing up in the Index, with a
10 reference to the page where it is mentioned.
11
12 To get two levels in the index at the back, add entries like this to
13 the docbook source:
14
15 <indexterm>
16 <primary>artists</primary>
17 <secondary>publicity rights on images of</secondary>
18 </indexterm>
19
20 To index a range of paragrams/pages:
21
22 <indexterm id="idxexchap" class='startofrange'>
23 <primary>Example Chapter</primary></indexterm>
24 ...
25 <indexterm startref="idxexchap" class="endofrange"/>
26
27 Docbook howtos
28 --------------
29
30 http://developer.gnome.org/gdp-handbook/stable/docbook.html.en
31 http://www.docbook.org/tdg/en/html/docbook.html
32 http://www.docbook.org/tdg/en/html/indexterm.html