summaryrefslogtreecommitdiff
path: root/indexing/xindex/doc
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/doc')
-rw-r--r--indexing/xindex/doc/Makefile2
-rw-r--r--indexing/xindex/doc/xindex-doc.pdfbin377152 -> 375486 bytes
-rw-r--r--indexing/xindex/doc/xindex-doc.tex41
3 files changed, 21 insertions, 22 deletions
diff --git a/indexing/xindex/doc/Makefile b/indexing/xindex/doc/Makefile
index 10d8c8a58f..7e5529f499 100644
--- a/indexing/xindex/doc/Makefile
+++ b/indexing/xindex/doc/Makefile
@@ -1,7 +1,7 @@
.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
-PACKAGE = xhfill
+PACKAGE = xindex
MAIN = xindex-doc
diff --git a/indexing/xindex/doc/xindex-doc.pdf b/indexing/xindex/doc/xindex-doc.pdf
index 8d2a22e4be..7ac6e88ac2 100644
--- a/indexing/xindex/doc/xindex-doc.pdf
+++ b/indexing/xindex/doc/xindex-doc.pdf
Binary files differ
diff --git a/indexing/xindex/doc/xindex-doc.tex b/indexing/xindex/doc/xindex-doc.tex
index c4d41aca5e..0f57fd61f8 100644
--- a/indexing/xindex/doc/xindex-doc.tex
+++ b/indexing/xindex/doc/xindex-doc.tex
@@ -80,7 +80,7 @@
\def\setVersion#1{\setVVersion#1!!}
\def\setVVersion#1=#2!!{\def\xIndexVersion{#2}}
-\setVersion{version = 0.18}% can be autimatically changed by perl
+\setVersion{version = 0.19}% can be autimatically changed by perl
\setkeys{dtk}{cleanup=true,force=false}
@@ -93,7 +93,7 @@
\vfill
Thanks to: \\
-Mark Baudin;
+Mark Baudoin;
Heiko Oberdiek
\clearpage
@@ -362,34 +362,33 @@ The default sorting is unicode aware and uses a translation table for accented c
\begin{verbatim}
alphabet_lower = { -- for sorting
{ ' ' }, -- only for internal tests
- { 'a', 'á', 'à', 'ä', 'â', 'å', 'æ', },
+ { 'a', 'á', 'à', 'ä'},
{ 'b' },
- { 'c', 'ç' },
+ { 'c' },
{ 'd' },
- { 'e', 'é', 'è', 'ë', 'ê' },
+ { 'e', 'é', 'è', 'ë' },
{ 'f' },
{ 'g' },
{ 'h' },
- { 'i', 'í', 'ì', 'î', 'ï' },
+ { 'i', 'í', 'ì', 'ï' },
{ 'j' },
{ 'k' },
{ 'l' },
{ 'm' },
{ 'n', 'ñ' },
- { 'o', 'ó', 'ò', 'ö', 'ô', 'ø', 'œ', 'ø'},
+ { 'o', 'ó', 'ò', 'ö' },
{ 'p' },
{ 'q' },
{ 'r' },
- { 's', 'š', 'ß' },
+ { 's' },
{ 't' },
- { 'u', 'ú', 'ù', 'ü' , 'û'},
+ { 'u', 'ú', 'ù', 'ü' },
{ 'v' },
{ 'w' },
{ 'x' },
- { 'y', 'ý', 'ÿ' },
- { 'z', 'ž' }
+ { 'y' },
+ { 'z' }
}
-
\end{verbatim}
There is also a table for the uppercase letters. If it should be edited or extended then copy first the
@@ -402,32 +401,32 @@ the umlauts like ö$\rightarrow$oe:
\begin{verbatim}
alphabet_upper = { -- for sorting
{ ' ' },
- { 'A', 'Á', 'À', 'Ä', 'Å', 'Æ'},
+ { 'A', 'Á', 'À', 'Ä'},
{ 'B' },
- { 'C', 'Ç' },
+ { 'C' },
{ 'D' },
- { 'E', 'È', 'É', 'Ë' },
+ { 'E', 'È', 'È', 'ë' },
{ 'F' },
{ 'G' },
{ 'H' },
- { 'I', 'Í', 'Ì', 'Ï' },
+ { 'I', 'Í', 'Ì', 'ï' },
{ 'J' },
{ 'K' },
{ 'L' },
{ 'M' },
{ 'N', 'Ñ' },
- { 'O', 'Ó', 'Ò', 'Ö', 'Ø','Œ', 'Ø' },
+ { 'O', 'Ó', 'Ò', 'Ö' },
{ 'P' },
{ 'Q' },
{ 'R' },
- { 'S', 'Š' },
+ { 'S' },
{ 'T' },
{ 'U', 'Ú', 'Ù', 'Ü' },
{ 'V' },
{ 'W' },
{ 'X' },
- { 'Y', 'Ý', 'Ÿ' },
- { 'Z', 'Ž' }
+ { 'Y' },
+ { 'Z' }
}
\end{verbatim}
@@ -1266,7 +1265,7 @@ In the documents preamble there is the definition:
-----------------------------------------------------------------------
if not modules then modules = { } end modules ['xindex-header'] = {
- version = 0.18,
+ version = 0.19,
comment = "main configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",