summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/xindy/style-tutorial/ex1.tex
blob: 839c0b9834c781e5a8d832463b5f3382361943ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%%
%% An sample file for typesetting an index.
%%

\documentclass[12pt]{article}

\usepackage[latin1]{inputenc}
\usepackage{makeidx}

\makeindex

\begin{document}

\printindex

\end{document}