diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex b/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex index 63902cdeec9..1a2c4dc4c1d 100644 --- a/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex +++ b/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex @@ -80,7 +80,7 @@ \def\setVersion#1{\setVVersion#1!!} \def\setVVersion#1=#2!!{\def\xIndexVersion{#2}} -\setVersion{version = 0.20}% can be autimatically changed by perl +\setVersion{version = 0.21}% can be autimatically changed by perl \setkeys{dtk}{cleanup=true,force=false} @@ -94,7 +94,8 @@ \vfill Thanks to: \\ Mark Baudoin; -Heiko Oberdiek +Heiko Oberdiek; +Matteo Paolini \clearpage @@ -308,12 +309,13 @@ indexheader = { de = {"Symbole", "Zahlen"}, en = {"Symbols", "Numbers"}, fr = {"Symboles","Chiffre"}, + it = {"Simboli", "Numeri"}, \Japanese jp = {"シンボル","番号"}, } \end{Verbatim} } -The following example was run with \verb|xindex -l de <file>.idx|: +The following example was run with \verb|xindex -l it <file>.idx|: \begin{externalDocument}[ % grfOptions={width=\dimexpr\linewidth-2\fboxsep-2\fboxrule}, @@ -322,8 +324,8 @@ The following example was run with \verb|xindex -l de <file>.idx|: compiler=lualatex, crop, xindex, - xindexOptions=-l de -e ">", - force=false, + xindexOptions=-l it -e ">", + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -348,7 +350,7 @@ The following example was run with \verb|xindex -l de <file>.idx|: \item Double doublequote \verb|""| \index{>">"} \item At character @ \index{At (>@)} \end{itemize} -Run \texttt{xindex} with \texttt{xindex -l de -e ">"}\index{123} +Run \texttt{xindex} with \texttt{xindex -l it -e ">"}\index{123} \newpage \printindex \end{document} @@ -644,6 +646,8 @@ folium = { de = {"f", "ff"}, en = {"f", "ff"}, fr = {"\,sq","\,sqq"}, + it = {"f", "ff"}, + no = {"\\,f.","\\,ff."}, jp = {"シンボル","番号"}, } \end{Verbatim} @@ -813,7 +817,7 @@ default config file: the translation tables and \begin{verbatim} itemPageDelimiter = "," -- Hello, 14 compressPages = true - -- something like 12--15, instaead of 12,13,14,15. the |( ... |) syntax is still valid + -- 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 = "--" @@ -1265,7 +1269,7 @@ In the documents preamble there is the definition: ----------------------------------------------------------------------- if not modules then modules = { } end modules ['xindex-header'] = { - version = 0.19, + version = 0.20, comment = "main configuration to xindex.lua", author = "Herbert Voss", copyright = "Herbert Voss", @@ -1574,11 +1578,3 @@ in the argument of \Lcs{indexentry}. \printindex \end{document} - - - -folium = { - de = {"f", "ff"}, - en = {"f", "ff"}, - fr = {"sq","sqq"}, -} |