summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex75
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex b/Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex
new file mode 100644
index 00000000000..9b3a8c29363
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/outer2s1c.tex
@@ -0,0 +1,75 @@
+\documentclass[twoside]{scrartcl}
+
+\input{preamble.ltx}
+
+\begin{document}
+\title{Example for fullpage floats}
+\author{Herbert Voß}
+\maketitle
+
+\tableofcontents
+
+\blinddocument
+
+\section{File \texttt{\jobname}}
+
+\begin{lstlisting}
+The fullpage image~\vref{fig:full0} has a caption~\vpageref{fig:full0-cap}.
+\end{lstlisting}
+
+The fullpage image~\vref{fig:full0} has a caption~\vpageref{fig:full0-cap}.
+
+\begin{lstlisting}
+\hvFloat[fullpage, capPos=outer]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A float which needs the complete page width and height.]%
+ {A Caption on the outer side of a twosided document.
+ This can be an even or odd page. And some more text whch has no
+ real meaning because it fills only the space for a long caption.}%
+ {fig:full0}
+\end{lstlisting}
+
+\Float[capPos=outer]
+\hvFloat[fullpage, capPos=outer]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A float which needs the complete page width and height.]%
+ {A Caption on the outer side of a twosided document.
+ This can be an even or odd page. And some more text whch has no
+ real meaning because it fills only the space for a long caption.}%
+ {fig:full0}
+
+\blinddocument
+
+\section{Next Example}
+
+\begin{lstlisting}
+\hvFloat[fullpage, capPos=outer]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A float which needs the complete page width and height.]%
+ {A Caption on the outer side of a twosided document.
+ This can be an even or odd page. And some more text whch has no
+ real meaning because it fills only the space for a long caption.}%
+ {fig:fullpage1}
+\end{lstlisting}
+
+
+\Float[capPos=outer]
+\hvFloat[fullpage, capPos=outer]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A float which needs the complete page width and height.]%
+ {A Caption on the outer side of a twosided document.
+ This can be an even or odd page. And some more text whch has no
+ real meaning because it fills only the space for a long caption.}%
+ {fig:fullpage1}
+
+\blinddocument
+
+
+\Blindtext
+
+
+\end{document} \ No newline at end of file