summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gindex/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-01 21:19:21 +0000
committerKarl Berry <karl@freefriends.org>2019-10-01 21:19:21 +0000
commit058ac3c069f344c4d3edf97c43fee3f2d07214a6 (patch)
tree3eb06a716a1a3e3e7e893ff3e74ff02fb5295d16 /Master/texmf-dist/doc/latex/gindex/README.md
parentc1e543f3983621497544fe41fca6db5043023d9e (diff)
gindex (1oct19)
git-svn-id: svn://tug.org/texlive/trunk@52246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gindex/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/gindex/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gindex/README.md b/Master/texmf-dist/doc/latex/gindex/README.md
new file mode 100644
index 00000000000..ab045e6f42c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gindex/README.md
@@ -0,0 +1,30 @@
+## gindex
+
+This package provides a way to generate the format of index entries from within LaTeX.
+
+What it does is to generate blocks like this for each first-level entry:
+```
+\setcounter{indexsubitems}{2}%
+\indexitem{blah1}{1}%
+ \indexsubitem{subblah1}{3}%
+ \indexsubitem{subblah2}{5}%
+\indexnoitem{}{}%
+```
+
+Then you can define `\indexitem` and the like to whatever you want.
+
+### Recent changes
+
+```
+0.1 2019-10-01
+ - First released version, with the most basic tools.
+```
+
+License: MIT
+________
+Javier Bezos --- http://www.texnia.com
+
+
+
+
+