]> pere.pagekite.me Git - text-free-culture-lessig.git/blobdiff - tagging.txt
Et avsnitt til.
[text-free-culture-lessig.git] / tagging.txt
index 1c93dd361a7cda581d0df286fb533b4ade69d655..665c88940fccec8810a21199ca34028211897d94 100644 (file)
@@ -8,3 +8,25 @@ docbook source:
 
 This will result in the entry ABC showing up in the Index, with a
 reference to the page where it is mentioned.
+
+To get two levels in the index at the back, add entries like this to
+the docbook source:
+
+  <indexterm>
+  <primary>artists</primary>
+  <secondary>publicity rights on images of</secondary>
+  </indexterm>
+
+To index a range of paragrams/pages:
+
+  <indexterm id="idxexchap" class='startofrange'>
+    <primary>Example Chapter</primary></indexterm>
+  ...
+  <indexterm startref="idxexchap" class="endofrange"/>
+
+Docbook howtos
+--------------
+
+http://developer.gnome.org/gdp-handbook/stable/docbook.html.en
+http://www.docbook.org/tdg/en/html/docbook.html
+http://www.docbook.org/tdg/en/html/indexterm.html