summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/testidx/samples/sample-idx-amsmath.tex
blob: 5faab29b766f398363465f017ce418745e7fa042 (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
29
% This file is public domain.
%
% This example document demonstrates the testidx package
% with the amsmath package. You can build this document using:
%
% pdflatex sample-idx-amsmath
% makeindex sample-idx-amsmath.idx
% pdflatex sample-idx-amsmath
%
% If you are using arara, the directives are:
%
% arara: pdflatex
% arara: makeindex
% arara: pdflatex
\documentclass{article}

\usepackage{makeidx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{testidx}

\makeindex

\begin{document}
\testidx

\printindex
\end{document}