Utility that converts from danbib rules to Zebra .abs
[idzebra-moved-to-github.git] / tab / default.idx
index e030001..cec40e5 100644 (file)
@@ -1,6 +1,10 @@
+# Zebra indexes as referred to from the *.abs-files.
+#  $Id: default.idx,v 1.9 2002-04-13 18:16:43 adam Exp $
+#
 # Traditional word index
 index w
 completeness 0
+position 1
 charmap string.chr
 
 # Phrase index
@@ -21,4 +25,14 @@ charmap numeric.chr
 # Null map index (no mapping at all)
 index 0
 completeness 0
+position 1
 charmap @
+
+# Sort register (no mapping at all)
+sort s
+completeness 1
+charmap string.chr
+
+index y
+completeness 0
+charmap @
\ No newline at end of file