% This file is public domain. % % This example document demonstrates the testidx package % with a subset of the test paragraphs. You can build this % document using: % % pdflatex sample-idx-subset % makeindex sample-idx-subset.idx % pdflatex sample-idx-subset % % If you are using arara, the directives are: % % arara: pdflatex % arara: makeindex % arara: pdflatex \documentclass{article} \usepackage{makeidx} \usepackage{testidx} \makeindex \begin{document} \testidx[1,8,10-14,\tstidxmaxblocks] \printindex \end{document}