summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xindy/style-tutorial/index.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xindy/style-tutorial/index.tex')
-rw-r--r--Master/texmf-dist/doc/xindy/style-tutorial/index.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xindy/style-tutorial/index.tex b/Master/texmf-dist/doc/xindy/style-tutorial/index.tex
new file mode 100644
index 00000000000..839c0b9834c
--- /dev/null
+++ b/Master/texmf-dist/doc/xindy/style-tutorial/index.tex
@@ -0,0 +1,16 @@
+%%
+%% An sample file for typesetting an index.
+%%
+
+\documentclass[12pt]{article}
+
+\usepackage[latin1]{inputenc}
+\usepackage{makeidx}
+
+\makeindex
+
+\begin{document}
+
+\printindex
+
+\end{document}