summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop
diff options
context:
space:
mode:
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.ltx2crop42
1 files changed, 42 insertions, 0 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
new file mode 100644
index 00000000000..8d6f4e8e9f4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung/14-03-10.ltx2crop
@@ -0,0 +1,42 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% Beispiel 14-03-10 auf Seite 717.
+%%
+%% Copyright (C) 2012 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}
+
+\usepackage{listings}
+\lstset{numbers=left,numbersep=3pt,numberstyle=\tiny,framexleftmargin=5mm,%
+ captionpos=b,frame=single}
+
+\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}