summaryrefslogtreecommitdiff
path: root/indexing/xindex/doc/xindex-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/doc/xindex-doc.tex')
-rw-r--r--indexing/xindex/doc/xindex-doc.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/indexing/xindex/doc/xindex-doc.tex b/indexing/xindex/doc/xindex-doc.tex
index 701dbd24d6..a290cadcc4 100644
--- a/indexing/xindex/doc/xindex-doc.tex
+++ b/indexing/xindex/doc/xindex-doc.tex
@@ -41,7 +41,7 @@
\usepackage{xltabular}
\usepackage{hvlogos} % for Wikipedia W
\usepackage{listings}
-\usepackage{dtk-extern} % for Wikipedia W
+\usepackage{hvextern} % for Wikipedia W
\lstset{basicstyle=\ttfamily\small,language=[LaTeX]TeX}
\usepackage{ragged2e}
\usepackage{makeidx}\makeindex
@@ -81,9 +81,9 @@
\def\setVersion#1{\setVVersion#1!!}
\def\setVVersion#1=#2!!{\def\xIndexVersion{#2}}
-\setVersion{version = 0.41}% can be automatically changed by perl
+\setVersion{version = 0.43}% can be automatically changed by perl
-\setkeys{dtk}{cleanup=true,force=true}
+\setkeys{hv}{cleanup=true,force=true}
\title{Program and package \texttt{xindex} \\--\\ \normalsize \xIndexVersion\ (\today)}
@@ -99,6 +99,7 @@
Thanks to: \\
Mark Baudoin;
Denis Bitouzé;
+Andreas Deininger;
Brian Dunn;
Gonzalo Pesquero Serrano;
Michal Hoftich;
@@ -181,6 +182,7 @@ xindex
[-p,--prefix] default L
[-u,--use_UCA ] default is false
[-s,--use_stdin ] default is false
+ [-V,--version ]
<files...> (default stdin) file(s)[.idx] one or more files
\end{verbatim}
@@ -795,7 +797,7 @@ Sorted with \verb|-u -l cs|
\end{document}
\end{externalDocument}
-The sorting order can be easliy modified. Read the documentation of the package \texttt{LUA-UCA}
+The sorting order can be easily modified. Read the documentation of the package \texttt{LUA-UCA}
on how to do it and what languages are supported so far. Any additional code setting for
UCA should be don't in the file \Lfile{xindex-cfg-uca.lua}, which will automatically be read
by \Lprog{xindex}.
@@ -1077,7 +1079,7 @@ foo\index{foo} and foo\index{foo|bar}
\end{verbatim}
then we have two \emph{different} index entries which will not be compressed to one entry.
-In the follwoing example we have four different entries for \emph{foo} which is the reason
+In the following example we have four different entries for \emph{foo} which is the reason
that we do not get an output like \texttt{foo, 1--4}. Only the first two entries are
of the same type, so we get \texttt{1f} in the output.
@@ -1657,7 +1659,7 @@ if not modules then modules = { } end modules ['xindex-header'] = {
}
itemPageDelimiter = "," -- Hello, 14
-compressPages = true -- something like 12--15, instaead of 12,13,14,15. the |( ... |) syntax is still valid
+compressPages = true -- something like 12--15, instead of 12,13,14,15. the |( ... |) syntax is still valid
fCompress = true -- 3f -> page 3, 4 and 3ff -> page 3, 4, 5
minCompress = 3 -- 14--17 or
rangeSymbol = "--"
@@ -1855,7 +1857,7 @@ maybe \verb|symbols|, \verb|numbers|, or \verb|A| (a letter). For example
The labels can be used to create a reference to a specific part in the index, for example the
letter X is in the index on page \pageref{L-xindex-X} (\Lcs{pageref}\Largb{L-xindex-X}).
-With the optional argument \verb|-b| for the run of \XI one can supress the creation of the
+With the optional argument \verb|-b| for the run of \XI one can suppress the creation of the
labels, e.g. \verb|xindex -b -l fr ...|