From aa2dbb8897371a36028d3ce667140365345dfbfe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Oct 2019 21:31:54 +0000 Subject: esindex (11oct19) git-svn-id: svn://tug.org/texlive/trunk@52342 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/esindex/README.md | 5 +++++ Master/texmf-dist/doc/latex/esindex/esindex.pdf | Bin 61713 -> 62539 bytes Master/texmf-dist/doc/latex/esindex/esindex.tex | 21 ++++++++++++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/esindex') diff --git a/Master/texmf-dist/doc/latex/esindex/README.md b/Master/texmf-dist/doc/latex/esindex/README.md index a2b357cd576..6ebd7e4c790 100644 --- a/Master/texmf-dist/doc/latex/esindex/README.md +++ b/Master/texmf-dist/doc/latex/esindex/README.md @@ -18,6 +18,11 @@ in the document. ### Recent changes ``` +1.7 2019-10-10 + - Fix - because of a change in a macro name, it stopped + working with xe/lua + - Multi-level comparisons (up to 3), to better sort the items. + 1.6 2019-09-30 - Package option 'babel', which wraps each entry not in the main language with \foreignlanguage (or other macro). diff --git a/Master/texmf-dist/doc/latex/esindex/esindex.pdf b/Master/texmf-dist/doc/latex/esindex/esindex.pdf index d1e0de5e5f2..bc78b36c15a 100644 Binary files a/Master/texmf-dist/doc/latex/esindex/esindex.pdf and b/Master/texmf-dist/doc/latex/esindex/esindex.pdf differ diff --git a/Master/texmf-dist/doc/latex/esindex/esindex.tex b/Master/texmf-dist/doc/latex/esindex/esindex.tex index a654b2aa8d5..03d0b243867 100644 --- a/Master/texmf-dist/doc/latex/esindex/esindex.tex +++ b/Master/texmf-dist/doc/latex/esindex/esindex.tex @@ -14,7 +14,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} -\title{\textsf{esindex}\\\large 1.6\quad 2019-09-30} +\title{\textsf{esindex}\\\large 1.7\quad 2019-10-10} \author{Javier Bezos} @@ -46,7 +46,8 @@ {\LARGE Generating automatically sort keys for \textit{MakeIndex} with \LaTeX\par} \vspace*{1ex} -Version 1.6 (2019-09-30)\par +Version 1.7 (2019-10-10)\par +\texttt{https://github.com/jbezos/esindex}\par Javier Bezos (\texttt{http://www.texnia.com}) \vspace*{6ex} @@ -86,6 +87,19 @@ Version 1.6 adds a package option -- with \verb|babel| the `actual' value macro is \verb|\esindexlanguage|, which by default is `let' to the \textsf{babel} macro. +Version 1.7 (besides fixing a bug with xe/lua) adds multilevel +comparisons (up to three levels, ie, primary, secondary and tertiary). +For example: +\begin{verbatim} +\esindexreplacesub{å}{a}{2}% +\esindexreplacesub{à}{a}{1}% +\end{verbatim} +creates a two-level key sorting \verb|à| before \verb|å|. For a +three-level key use \verb|\esindexreplacesubsub| (with 4 arguments). With +\verb|\esindexexpandkeys| the three levels are expanded. (Internally, +with the definitions above the key for \verb|ràpid| is +\verb|rapid^^Ar1pid|.) + \section{Spanish} Este paquete ha sido diseñado para facilitar la escritura de índices @@ -282,7 +296,8 @@ made language dependent with the appropriate test (eg, with \textsf{iflang}). As a convenience tool, \verb|\esindexlastchar| is \verb|^^ff| or -\verb|^^^^ffff|, depending on the engine. +\verb|^^^^ffff| (\verb|^^^^^^10ffff| in \textsf{luatex}), depending on +the engine. You can play with \textsf{lua} inside \verb|\everyesindex|, too. For example, to convert at once things like \textit{2,3-dimetilfenol} to -- cgit v1.2.3