diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-01 01:32:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-01 01:32:22 +0000 |
commit | 24b60599fe0fe2a672e102d295ab16b874bca2fd (patch) | |
tree | 0345ab1080b9c1d9c525f39a039e0412bc527fbc /Master/texmf-dist/doc/latex/robustindex/stind.html | |
parent | d23537f56720850db3dedce1b78bd65bbd6d0b0a (diff) |
robustindex (31aug17)
git-svn-id: svn://tug.org/texlive/trunk@45185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/robustindex/stind.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/robustindex/stind.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/robustindex/stind.html b/Master/texmf-dist/doc/latex/robustindex/stind.html new file mode 100644 index 00000000000..ca9ab179a01 --- /dev/null +++ b/Master/texmf-dist/doc/latex/robustindex/stind.html @@ -0,0 +1,46 @@ +<HTML> +<HEAD> +<TITLE>Robust index package for LaTeX</TITLE> +</HEAD> + +<BODY> +<H1><A NAME="top">Robust index package for LaTeX</A></H1> + + +<H2>Page numbers changed by third party without rerunning makeindex</H2> +Amazingly often the page numbers in index entries are wrong because +a third party has changed the numbering of pages +without rerunning makeindex. (Yes, it happened also to my 1993 book.) +<P>It is much nicer to have an index that adapts itself to all +changes but the adding/deleting/rearranging of \index commands. +<P>Our package +<A HREF="robustindex.sty">robustindex.sty</A> +achieves this with the \pageref mechanism. +<P> +Here is our <A HREF="robustmanual.pdf">Manual for the robustindex package</A>. +<P>Just try what happens if you put +\usepackage{robustindex} in your preamble. Do read your TeX log file. + +<P>The sample file <A HREF="robustsample.tex">robustsample.tex</A> +illustrates more than you ever need. +It also requires the package + <A HREF="robustglossary.sty">robustglossary.sty</A>. + +<P>After +<DL> +<DD>pdflatex <A HREF="robustsample.tex">robustsample.tex</A> +<DD>makeindex robustsample +<DD>pdflatex robustsample.tex +<DD>pdflatex robustsample.tex +</DL> +you should have something like <A HREF="robustsample.pdf">this PDF file</A>. + + +<BR> + +<BR><BR><BR> +<A HREF="https://www.staff.science.uu.nl/~kalle101/">Wilberd van der Kallen</A> + + +</BODY> +</HTML> |