/oldtest/test-index-error.tex
LaTeX | 27 lines | 15 code | 10 blank | 2 comment | 0 complexity | 5b11e83011a58448d249e9ec2be60b5b MD5 | raw file
- \documentclass[
- letterpaper % use letter paper
- ]{book}
- \usepackage{makeidx}
- \makeindex
- \begin{document}
- \tableofcontents
- \listoffigures
- \chapter{first chapter}
- Some text that has to do with the first chapter. Frog\index{frog}.
- \section{first section}
- % produces an error (thanks to abachn for the test case)
- Class \index{class!!class}
- Object \index{object@@object}
- \printindex
- \end{document}
- % vim: lbr