diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 new file mode 100644 index 00000000000..3a556c583ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung/A-04-1.ltx2 @@ -0,0 +1,36 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel A-04-1 auf Seite 850. +%% +%% 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]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{171.40709pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage{microtype} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\usepackage{babel} + +\usepackage{blindtext} +\let\Section\section \renewcommand\section{\twocolumn\Section} + +\begin{document} +\part{Ein einspaltiger Start} +\blindtext +\section{Ein neuer Abschnitt} +Jetzt ist alles zweisplatig. +\blindtext[2] +\end{document} |