diff options
Diffstat (limited to 'indexing/forindex/bin/windows/test.tex')
-rw-r--r-- | indexing/forindex/bin/windows/test.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indexing/forindex/bin/windows/test.tex b/indexing/forindex/bin/windows/test.tex new file mode 100644 index 0000000000..5a1827374a --- /dev/null +++ b/indexing/forindex/bin/windows/test.tex @@ -0,0 +1,20 @@ +% File: test.tex
+% Guido Milanese <guido.milanese@unicatt.it>
+% Test file to use with the 4index programs
+
+\documentclass[a4paper]{article}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{makeidx}
+\makeindex
+
+\begin{document}
+
+
+The\index{articles!the} cats are sleeping. The dogs are barking. Both cats, and
+dogs, are animals. They live\index{verbs!english!live} in my house (accents)
+évita drücken ça.
+
+\printindex
+\end{document}
+
|