summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/tests/idxhello.tex
blob: 6c709ae075e6155876cc1a6475fc218fe5639ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% $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}
\begin{document}
\index{xyz}xyz
\index{abc}abc
\end{document}