diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 new file mode 100644 index 00000000000..cb70bf7872e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung/05-03-2.ltx2 @@ -0,0 +1,39 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 05-03-2 auf Seite 137. +%% +%% 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 +%% +\documentclass[ngerman,paper=a5,DIV=15,pagesize]{screxa} +\pagestyle{empty} +\setlength\textwidth{166.324pt} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\setcounter{page}{1} +\setlength\parindent{0pt} +\setlength\textwidth{2\textwidth} + +\documentclass[ngerman,paper=a5,DIV=15, + pagesize]{scrartcl} +\usepackage{textdemo} + +\begin{document} +\part{Höchste Ebene} +\section{Überschriftsebene 1} \textDemo +\subsection{Überschriftsebene 2} \textDemo +\subsubsection{Überschriftsebene 3}\textDemo +\paragraph{Überschriftsebene 4} \textDemo +\subparagraph{Überschriftsebene 5} \textDemo +\end{document} |