diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx b/Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx index 4552f13c7ed..477ae035c6e 100644 --- a/Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx +++ b/Master/texmf-dist/doc/latex/einfuehrung/14-03-6.ltx @@ -1,9 +1,11 @@ %% %% Ein Beispiel der DANTE-Edition +%% +%% 1. Auflage %% %% Beispiel 14-03-6 auf Seite 715. %% -%% Copyright (C) 2012 Herbert Voss +%% 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 @@ -15,6 +17,7 @@ %% ==== % Show page(s) 1 %% +%% \documentclass[ngerman]{exaarticle} \pagestyle{empty} \setlength\textwidth{352.81416pt} @@ -23,11 +26,11 @@ \usepackage[T1]{fontenc} \usepackage[scaled=0.85]{beramono} \setlength{\parindent}{0em} - +\StartShownPreambleCommands \usepackage{listings} \lstset{language=[Borland6]Pascal,numbers=left,numbersep=3pt,numberstyle=\tiny, basicstyle=\small\ttfamily} - +\StopShownPreambleCommands \begin{document} \lstinputlisting[frame=shadowbox,framexleftmargin=5mm,linerange=1-7] {data/tools/CHKDRV.PAS} |