diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx b/Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx index dd736fd0ea0..72c034081ab 100644 --- a/Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx +++ b/Master/texmf-dist/doc/latex/einfuehrung/14-03-5.ltx @@ -1,9 +1,11 @@ %% %% Ein Beispiel der DANTE-Edition +%% +%% 1. Auflage %% %% Beispiel 14-03-5 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{166.324pt} @@ -23,12 +26,12 @@ \usepackage[T1]{fontenc} \usepackage[scaled=0.85]{beramono} \setlength{\parindent}{0em} - +\StartShownPreambleCommands \usepackage{listings} \lstset{language=PHP,numbers=left,numbersep=3pt, numberstyle=\tiny,firstnumber=5,stepnumber=2, columns=fullflexible} - +\StopShownPreambleCommands \begin{document} \begin{lstlisting} session_start(); |