diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx b/Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx index b12c1a285b0..afedd6c6be1 100644 --- a/Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx +++ b/Master/texmf-dist/doc/latex/einfuehrung/14-03-12.ltx @@ -1,9 +1,11 @@ %% %% Ein Beispiel der DANTE-Edition +%% +%% 1. Auflage %% %% Beispiel 14-03-12 auf Seite 719. %% -%% 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{190.324pt} @@ -24,7 +27,7 @@ \usepackage[T1]{fontenc} \usepackage[scaled=0.85]{beramono} \setlength{\parindent}{0em} - +\StartShownPreambleCommands \usepackage{listings,xcolor,microtype} \newcommand*\DTKlstfont{\small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} \lstdefinestyle{DTKlstBase}{basicstyle=\DTKlstfont,basewidth=0.55em,keepspaces, @@ -39,7 +42,7 @@ \lstdefinestyle{DTKlstNumber}{style=DTKlstBase,numbers=left,numberstyle=\tiny\ttfamily, numbersep=1em,xleftmargin=1.5em,} \lstdefinestyle{DTKlstNoNumber}{style=DTKlstBase,numbers=none,xleftmargin=\fboxsep} - +\StopShownPreambleCommands \begin{document} \begin{lstlisting}[language=SQL,style=DTKlstNumber,linewidth=0.75\textwidth] INSERT benutzer (benutzer,passwort,status,confirmationcode) |