summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/tests/idxhello.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/tests/idxhello.tex')
-rw-r--r--Build/source/utils/xindy/tests/idxhello.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/tests/idxhello.tex b/Build/source/utils/xindy/tests/idxhello.tex
new file mode 100644
index 00000000000..6c709ae075e
--- /dev/null
+++ b/Build/source/utils/xindy/tests/idxhello.tex
@@ -0,0 +1,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}