diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop new file mode 100644 index 00000000000..9f67e5cf95d --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-03-16.ltx2crop @@ -0,0 +1,41 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% 2. Auflage +%% +%% Beispiel 14-03-16 auf Seite 700. +%% +%% Copyright (C) 2016 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{145.16928pt} +\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} |