%% %% Ein Beispiel der DANTE-Edition %% %% 1. Auflage %% %% Beispiel 10-07-10 auf Seite 520. %% %% Copyright (C) 2012 Herbert Voss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% %% %% ==command splitindex ++FILE++== % Show page(s) 2,3,4 %% %% \documentclass[]{exaarticle} \pagestyle{empty} \setlength\textwidth{113.60472pt} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[ngerman]{babel} \usepackage[paperwidth=8cm,paperheight=7cm]{geometry} \StartShownPreambleCommands \usepackage[makeindex]{splitidx} % Aufruf mit splitindex ++FILE++ \StopShownPreambleCommands \begin{document} Normaler Text \sindex[env]{document} \sindex{Ol@Öl} \sindex[com]{\textbackslash ref} \sindex[com]{\textbackslash emph} \index{Index} \sindex[env]{quote} \printindex[idx][Allgemeiner Index] \printindex[com][Befehle] \printindex[env][Umgebungen] \end{document}