summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/testidx/samples/sample-idx-a4.tex
blob: 6de97e11eb06bc2252c006029f177949483ae8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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}