summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex67
1 files changed, 28 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex b/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
index bcd20f6d81d..daec2236c95 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
+++ b/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
@@ -1,74 +1,63 @@
\documentclass[twocolumn]{scrartcl}
+%% $Id: default1s2c.tex 1033 2019-04-04 07:24:57Z herbert $
\input{preamble.ltx}
\setlength\columnseprule{0.4pt}
\begin{document}
-\title{Example for fullpage floats}
+\title{Example for a star version of hvfloat}
\author{Herbert Voß}
\maketitle
\tableofcontents
-\blinddocument
+\Blindtext
\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]%
- {figure}%
- {\includegraphics[fullpage]{frose}}%
- [A fullpage float with the default caption setting]%
- {A default caption of a ``fullpage'' object with the default setting, which
+\hvFloat*[capPos=right]{figure}%
+ {\includegraphics{frose}}%
+ [A float with the default caption setting]%
+ {A default caption of a ``'' 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}
+ {fig:0}
\end{lstlisting}
-\Float[default]
-\hvFloat[fullpage]%
- {figure}%
- {\includegraphics[fullpage]{frose}}%
- [A fullpage float with the default caption setting]%
- {A default caption of a ``fullpage'' object with the default setting, which
+\Float[default star]
+\hvFloat*[capPos=right]{figure}%
+ {\includegraphics{frose}}%
+ [A float with the default caption setting]%
+ {A default caption of a ``'' 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}
+ {fig:0}
\blinddocument
+\blindtext
+
\begin{lstlisting}
-\hvFloat[fullpage]%
- {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}
+\hvFloat[capPos=right]{figure}%
+ {\includegraphics{frose}}%
+ [A float with the default caption setting]%
+ {A default caption of a ``'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.}%
+ {fig:1}
\end{lstlisting}
\Float[default]
-\hvFloat[fullpage]%
- {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}
+\hvFloat[capPos=right]{figure}%
+ {\includegraphics{frose}}%
+ [A float with the default caption setting]%
+ {A default caption of a ``'' object with the default setting, which
+ is a ``left'' caption which means that it always appears before the object.}%
+ {fig:1}
\blinddocument