%% %% Ein Beispiel der DANTE-Edition %% %% 1. Auflage %% %% Beispiel 14-03-16 auf Seite 721. %% %% Copyright (C) 2011 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. %% %% %% ==makeindex== % Show page(s) 2 %% %% \documentclass[ngerman,twocolumn]{exaarticle} \pagestyle{empty} \setlength\textwidth{142.324pt} \usepackage{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[scaled=0.85]{beramono} \setlength{\parindent}{0em} \textheight=4cm \StartShownPreambleCommands \usepackage{listings,makeidx}\makeindex \lstset{index=[1][keywords], moreindex=[2]{scanf,printf},moreindex=[3]{include}, indexstyle=[2]\Print,indexstyle=[3]\System} \newcommand\Print[1]{\index{Print!#1@\texttt{#1}}} \newcommand\System[1]{\index{System!#1@\texttt{#1}}} \StopShownPreambleCommands \begin{document} \lstinputlisting[language=C++]{data/tools/mw.cpp} \printindex \end{document}