summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/esindex/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-30 21:50:14 +0000
committerKarl Berry <karl@freefriends.org>2019-09-30 21:50:14 +0000
commitac5265994eff929bf5acbbe5447272453dfe250b (patch)
treea59380bd4d403f5a55d130e5e151c8542edbb58a /Master/texmf-dist/doc/latex/esindex/README.md
parent0c7873f9ffd7192fe2ad9c08c8f3a42bb7b9d71b (diff)
esindex (30sep19)
git-svn-id: svn://tug.org/texlive/trunk@52226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/esindex/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/esindex/README.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/esindex/README.md b/Master/texmf-dist/doc/latex/esindex/README.md
index df626eab5fc..a2b357cd576 100644
--- a/Master/texmf-dist/doc/latex/esindex/README.md
+++ b/Master/texmf-dist/doc/latex/esindex/README.md
@@ -1,8 +1,35 @@
+## esindex
Generates automatically sort keys. Originally only for Spanish, but
version 1.5 provides tools for it to be adapted to other languages, so
-that, for example, \esindex{\textit{Höhe}} can be made equivalent to
+that, for example,
+```
+\esindex{\textit{Höhe}}
+```
+can be made equivalent to
+```
\index{Hoehe@\textit{Höhe}}
+```
+
+This package is based on the principle that sort keys should be
+generated in most cases in the context where the entry appears
+in the document.
+
+### Recent changes
+
+```
+1.6 2019-09-30
+ - Package option 'babel', which wraps each entry not in the main
+ language with \foreignlanguage (or other macro).
+
+1.5 2019-01-28
+ - Macro \esindexactual, to replace all ocurrences of an entry
+ with a new text.
+ - Package option 'nospanish', for it to be adapted to other
+ languages.
+ - \esindexreplace, \esindexlastchar, \esindexkey now work with
+ xe/lua.
+```
License: MIT
________