summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex')
-rw-r--r--Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex b/Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex
new file mode 100644
index 00000000000..81889db6410
--- /dev/null
+++ b/Master/texmf-dist/doc/support/cluttex/example/makeindex/main.tex
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage{makeidx}
+\usepackage{hyperref}
+\makeindex
+\begin{document}
+\section{Polynomial}
+Polynomial\index{polynomial}
+
+\section{Resultant}
+Resultant\index{resultant}
+
+%GCD\index{GCD}
+
+\printindex
+\end{document}