summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/testidx/samples/sample-idx-hyp.tex
blob: f2328b2a0bc8a253796a221d902f3560983352d6 (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 hyperref.sty makeindex. You can build this document using:
%
% pdflatex sample-idx-hyp
% makeindex sample-idx-hyp.idx
% pdflatex sample-idx-hyp
%
% If you are using arara, the directives are:
%
% arara: pdflatex
% arara: makeindex
% arara: pdflatex
\documentclass{article}

\usepackage{makeidx}
\usepackage{testidx}
\usepackage[hidelinks]{hyperref}

\makeindex

\begin{document}
\testidx

\printindex
\end{document}