summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/tests/idxhello.tex
blob: 59523b5df85d1b05ab17581da3e694eeedae306d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% $Id$
% public domain. minimal index test:
% latex idxhello && texindy idxhello.idx && cat idxhello.ind # inspect output
% (or makeindex for that matter.)
%
% xindy must be able to find its modules, which in TL means being run
% out of Master/bin/*.
%
\documentclass{article}
\usepackage{makeidx}\makeindex
\begin{document}
\index{xyz}xyz
\index{abc}abc
\end{document}