summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung/14-03-16.ltx2crop
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/Einfuehrung/14-03-16.ltx2crop')
-rw-r--r--info/examples/Einfuehrung/14-03-16.ltx2crop41
1 files changed, 41 insertions, 0 deletions
diff --git a/info/examples/Einfuehrung/14-03-16.ltx2crop b/info/examples/Einfuehrung/14-03-16.ltx2crop
new file mode 100644
index 0000000000..888ed95bb2
--- /dev/null
+++ b/info/examples/Einfuehrung/14-03-16.ltx2crop
@@ -0,0 +1,41 @@
+%%
+%% 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}