summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx246
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2 b/Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2
new file mode 100644
index 00000000000..37e24f6cfcf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung/05-07-8.ltx2
@@ -0,0 +1,46 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% Beispiel 05-07-8 auf Seite 162.
+%%
+%% 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,parskip=half,paper=a7,DIV=13,pagesize]{screxa}
+\pagestyle{empty}
+\usepackage{babel}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+
+\setcounter{footnote}{7}% nur Demo
+
+\begin{document}
+\begin{table}[!htb]\centering
+\caption{Fußnote in einer Gleitumgebung}
+\begin{tabular}{@{} l l @{}}\hline
+\emph{foo} & \emph{bar}\\\hline foobar & foobaz\\\hline
+\end{tabular}\par \smallskip \small Quelle: foo\footnotemark
+\end{table}
+
+\footnotetext{Ein Kunstwort}% muss irgendwo auf der Seite erscheinen
+Normaler Text\footnote{Normale Fußnote} \clearpage
+
+\begin{table}[!htb]\centering
+\caption{Fußnote in einer Gleitumgebung}
+\begin{minipage}{\linewidth}\centering
+\begin{tabular}{@{} l l @{}}\hline
+\emph{foo} & \emph{bar}\\\hline foobar & foobaz\\\hline
+\end{tabular}\par\smallskip \small Quelle: foo\footnote{Ein Kunstwort}
+\end{minipage}
+\end{table}
+Normaler Text\footnote{Normale Fußnote}
+\end{document}