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 | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex b/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex index 7c852354725..034e16120a9 100644 --- a/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex +++ b/Master/texmf-dist/doc/lualatex/xindex/xindex-doc.tex @@ -79,7 +79,7 @@ \def\setVersion#1{\setVVersion#1!!} \def\setVVersion#1=#2!!{\def\xIndexVersion{#2}} -\setVersion{version = 0.09}% can be autimatically changed by perl +\setVersion{version = 0.10}% can be autimatically changed by perl \title{Program and package \texttt{xindex} \\--\\ \normalsize \xIndexVersion\ (\today)} \author{Herbert Voß\thanks{hvoss@tug.org}} @@ -192,7 +192,7 @@ are alphabetized. compiler=lualatex, crop, xindex, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -253,7 +253,7 @@ are converted into the internal strings and later back to the origin meaning. crop, xindex, xindexOptions=-e ">", - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -313,7 +313,7 @@ The following example was run with \verb|xindex -l de <file>.idx|: crop, xindex, xindexOptions=-l de -e ">", - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -434,7 +434,7 @@ alphabet_upper = { -- for sorting crop, xindex, xindexOptions=-l de, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -492,7 +492,7 @@ the word beginninjg with the letter Ö: crop, xindex, xindexOptions=-c DIN2 -l DE, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -572,7 +572,7 @@ The following runs with \verb|xindex -l jp <file>|: crop, xindex, xindexOptions=-l jp, - force=false, + force=true, runs=2, code=false, docType=latex, @@ -651,7 +651,7 @@ folium = { crop, xindex, xindexOptions=-l fr, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -758,7 +758,7 @@ of the same type, so we get \texttt{1f} in the output. crop, xindex, xindexOptions=-l de, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -1066,7 +1066,7 @@ no limit for \Lprog{xindex}. crop, xindex, % xindexOptions=, - force=false, + force=true, runs=2,code,docType=latex, showFilename, align=\centering, @@ -1075,13 +1075,14 @@ no limit for \Lprog{xindex}. \makeatletter \def\theindex{% only for demonstration \section*{\indexname} + \pagestyle{empty}% \parskip\z@ \@plus .3\p@\relax \parindent\z@ \let\item\@idxitem} \makeatother +\pagestyle{empty}% %StartVisiblePreamble \makeatletter \g@addto@macro{\theindex}{% - \pagestyle{empty}% \def\subsubsubitem{\@idxitem\hspace*{35\p@}} \def\subsubsubsubitem{\@idxitem\hspace*{40\p@}} } @@ -1151,8 +1152,13 @@ such commands are ignored. In the following example we put an horizontal line af \usepackage{xindex} \makeindex %StopVisiblePreamble +\pagestyle{empty} \makeatletter -\let\ps@plain\ps@empty +\def\theindex{% only for demonstration + \newpage + \section*{\indexname} + \parskip\z@ \@plus .3\p@\relax \parindent\z@ + \let\item\@idxitem} \makeatother \begin{document} \index{foo}foo and |