summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-04 20:52:35 +0000
committerKarl Berry <karl@freefriends.org>2019-04-04 20:52:35 +0000
commitd9783f18c815aa817e3c05a0c214d9421d1c15d8 (patch)
treec5e58873b0e0f171c184b0e294c4584e9b406816 /Master/texmf-dist/doc/latex/hvfloat/default1s2c.tex
parent67ebf2aef27b507f7520b4ec8a5cc23b9301bee7 (diff)
hvfloat (4apr19)
git-svn-id: svn://tug.org/texlive/trunk@50753 c570f23f-e606-0410-a88d-b1316a301751
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