% This file is public domain. % % This example document demonstrates the testidx package % with A4 paper. You can build this document using: % % pdflatex sample-idx-a4 % makeindex sample-idx-a4.idx % pdflatex sample-idx-a4 % % If you are using arara, the directives are: % % arara: pdflatex % arara: makeindex % arara: pdflatex \documentclass[a4paper]{article} \usepackage{geometry} \usepackage{makeidx} \usepackage{testidx} \makeindex \begin{document} \testidx \printindex \end{document}