diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/testidx/samples/sample-idx-a4.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/testidx/samples/sample-idx-a4.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/testidx/samples/sample-idx-a4.tex b/Master/texmf-dist/doc/latex/testidx/samples/sample-idx-a4.tex new file mode 100644 index 00000000000..6de97e11eb0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/testidx/samples/sample-idx-a4.tex @@ -0,0 +1,28 @@ +% 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} + |