summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-02 21:12:09 +0000
committerKarl Berry <karl@freefriends.org>2019-04-02 21:12:09 +0000
commita538e0c7c47ec0e5a275e4d86ea8e748a3854346 (patch)
tree1f863111e5bc2ecfe62f86157a5298b97d481960 /Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex
parente5db423bac837a15f88a6ed1f46540d852b4ce46 (diff)
hvfloat (2apr19)
git-svn-id: svn://tug.org/texlive/trunk@50712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex79
1 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex b/Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex
new file mode 100644
index 00000000000..311074e8937
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/odd2s1c.tex
@@ -0,0 +1,79 @@
+\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:fullpage0} has a caption~\vpageref{fig:fullpage0-cap}.
+\end{lstlisting}
+
+The fullpage image~\vref{fig:fullpage0} has a caption~\vpageref{fig:fullpage0-cap}.
+
+\begin{lstlisting}
+\hvFloat[fullpage,capPos=oddPage]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A fullpage float with the default caption setting]%
+ {A default caption of a ``fullpage'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.
+ 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:fullpage0}
+\end{lstlisting}
+
+\Float[capPos=oddPage]
+\hvFloat[fullpage,capPos=oddPage]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A fullpage float with the default caption setting]%
+ {A default caption of a ``fullpage'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.
+ 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:fullpage0}
+
+\blinddocument
+
+\section{Next Example}
+
+\begin{lstlisting}
+\hvFloat[fullpage,capPos=oddPage]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A fullpage float with the default caption setting]%
+ {A default caption of a ``fullpage'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.
+ 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=oddPage]
+\hvFloat[fullpage,capPos=oddPage]%
+ {figure}%
+ {\includegraphics[fullpage]{frose}}%
+ [A fullpage float with the default caption setting]%
+ {A default caption of a ``fullpage'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.
+ 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