diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop b/Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop deleted file mode 100644 index e18166912e2..00000000000 --- a/Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop +++ /dev/null @@ -1,45 +0,0 @@ -%% -%% Ein Beispiel der DANTE-Edition -%% -%% 1. Auflage -%% -%% Beispiel 14-03-10 auf Seite 717. -%% -%% 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. -%% -%% -%% ==== -% Show page(s) 1,2 -%% -%% -\documentclass[ngerman,paper=a6,papgesize,parskip=half]{screxa} -\pagestyle{empty} -\usepackage[utf8,latin1]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[scaled=0.85]{beramono} -\usepackage{babel} -\setlength\parindent{0pt} -\setcounter{page}{1} -\StartShownPreambleCommands -\usepackage{listings} -\lstset{numbers=left,numbersep=3pt,numberstyle=\tiny,framexleftmargin=5mm,% - captionpos=b,frame=single} -\StopShownPreambleCommands -\begin{document} -\lstlistoflistings -\newpage\begin{lstlisting}[caption=Ein Perlprogramm,language=Perl] -#!/usr/bin/perl -\end{lstlisting} -\begin{lstlisting}[caption=Ein Javaprogramm,language=Java] -static void main {} -\end{lstlisting} -\newpage\begin{lstlisting}[caption=Ein Pythonprogramm,language=Python] -#!/usr/bin/python -\end{lstlisting} -\end{document} |