summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/indextools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-23 23:05:48 +0000
committerKarl Berry <karl@freefriends.org>2015-11-23 23:05:48 +0000
commit47e31c7a10c1ad9aabcbd1aefaa35c029eae6a3b (patch)
tree0c6cd148e7dcde0ebc0faaa7e54b250ad35f489f /Master/texmf-dist/doc/latex/indextools
parente07419682a764903317572d8e21c58600895f84f (diff)
indextools (22nov15)
git-svn-id: svn://tug.org/texlive/trunk@38931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/indextools')
-rw-r--r--Master/texmf-dist/doc/latex/indextools/README8
-rw-r--r--Master/texmf-dist/doc/latex/indextools/indextools.pdfbin548507 -> 548523 bytes
-rw-r--r--Master/texmf-dist/doc/latex/indextools/issue4.pdfbin9552 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/indextools/issue5.pdfbin0 -> 63731 bytes
-rw-r--r--Master/texmf-dist/doc/latex/indextools/makefile8
5 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/indextools/README b/Master/texmf-dist/doc/latex/indextools/README
index 19007a2f749..b19b327c9ae 100644
--- a/Master/texmf-dist/doc/latex/indextools/README
+++ b/Master/texmf-dist/doc/latex/indextools/README
@@ -1,10 +1,12 @@
#License and Copyright
2010-2013 Enrico Gregorio imakeidx
-2014 Maïeul Rouquette indextools
+2014-… Maïeul Rouquette indextools
-The LATEX Project Public Li­cense 1.3
+The LATEX Project Public License 1.3
#What is it
-A fork of imakeidx to avoid some limits.
+This pack­age en­ables the user to pro­duce and type­set one or more in­dices si­mul­ta­ne­ously.
+The pack­age is known to work in LATEX doc­u­ments pro­cessed with pdfLATEX, X∃LATEX and LuaLATEX. If makein­dex is used for pro­cess­ing the in­dex en­tries, no par­tic­u­lar setup is needed when TEX Live is used. Us­ing xindy or other pro­grams, it is nec­es­sary to en­able shell es­cape. Shell es­cape is also needed if splitin­dex is used.
+This is a fork of imakeidx, with new fea­tures and fixed bugs.
diff --git a/Master/texmf-dist/doc/latex/indextools/indextools.pdf b/Master/texmf-dist/doc/latex/indextools/indextools.pdf
index 9f31ad6d70b..e156d192de8 100644
--- a/Master/texmf-dist/doc/latex/indextools/indextools.pdf
+++ b/Master/texmf-dist/doc/latex/indextools/indextools.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/indextools/issue4.pdf b/Master/texmf-dist/doc/latex/indextools/issue4.pdf
deleted file mode 100644
index bca8849fbd1..00000000000
--- a/Master/texmf-dist/doc/latex/indextools/issue4.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/indextools/issue5.pdf b/Master/texmf-dist/doc/latex/indextools/issue5.pdf
new file mode 100644
index 00000000000..e37ec106a5c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/indextools/issue5.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/indextools/makefile b/Master/texmf-dist/doc/latex/indextools/makefile
index c5392aa39e3..aa9536e1b71 100644
--- a/Master/texmf-dist/doc/latex/indextools/makefile
+++ b/Master/texmf-dist/doc/latex/indextools/makefile
@@ -6,9 +6,11 @@ dist: indextools.pdf indextools.sty
ln $(FILES) indextools
zip -r ../indextools.zip indextools
README: README.md
- cp README.md README
-%.pdf %.sty: %.dtx
- latexmk *dtx
+ ln README.md README
+%.sty: %.dtx
+ pdflatex $*.dtx
+%.pdf: %.dtx
+ latexmk $*.dtx
clean:
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*