summaryrefslogtreecommitdiff
path: root/indexing/xindex/doc/xindex-doc.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-01 03:00:46 +0000
committerNorbert Preining <norbert@preining.info>2019-11-01 03:00:46 +0000
commit61b8d58232b999b6cc966aee9152fb86bbb759cd (patch)
tree61c65799f06cec526c81cc517c0ee68bc4323021 /indexing/xindex/doc/xindex-doc.tex
parent038f3d26e9b2f40210a14133c33f1d2dfb5261bf (diff)
CTAN sync 201911010300
Diffstat (limited to 'indexing/xindex/doc/xindex-doc.tex')
-rw-r--r--indexing/xindex/doc/xindex-doc.tex41
1 files changed, 20 insertions, 21 deletions
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",