summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx249
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2
new file mode 100644
index 00000000000..5958f82b301
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung2/08-09-4.ltx2
@@ -0,0 +1,49 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% 2. Auflage
+%%
+%% Beispiel 08-09-4 auf Seite 373.
+%%
+%% Copyright (C) 2016 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,4,5,6
+%%
+%%
+\documentclass[openany]{exabook}
+\pagestyle{empty}
+\setlength\textwidth{95.58464pt}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[paper=a5,pagesize]{typearea}
+\usepackage[ngerman]{babel}
+\usepackage{blindtext,fancyhdr}
+\pagestyle{fancy}
+\fancyhf{}\chead{Seite~\thepage}
+\cfoot{Gro\ss e Gleitobjekte}
+%StartShownPreambleCommands
+
+%StopShownPreambleCommands
+\begin{document}
+\chapter{Gleitumgebungen}
+\blindtext\par\fbox{Jetzt kommt figure}
+
+\begin{figure}[!htb] \centering
+\rule{1cm}{0.9\textheight} \caption{Ein zu großes Objekt!}
+\end{figure}
+
+\fbox{Jetzt kommt die nächste figure.}
+\begin{figure} \centering \fbox{\Large figure}
+\caption{Die nächste \ldots}
+\end{figure}
+
+\null\newpage\null\newpage \blindtext \listoffigures
+\end{document}