summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/doc/examples/paper-default2s1c.tex
blob: 4db02204812364d48d6ef2f0661495936e7529b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\documentclass{scrartcl}
%% $Id: paper-default2s2c.tex 72 2021-05-02 11:40:10Z herbert $

\input{preamble.ltx}
\setlength\columnseprule{0.4pt}

\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]%
  {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[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:FULLPAGE0}

\blinddocument

\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}
\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}

\blinddocument

\Blindtext

\blindtext


\end{document}