summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/doc/examples/odd1s1c.tex
blob: 2d93d7b2b5c8ef373d4d6e8a2ad82040662ae858 (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
\documentclass{scrartcl}
%% $Id: odd1s1c.tex 119 2021-06-20 13:28:09Z herbert $

\input{preamble.ltx}

\begin{document}

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

\Blindtext

\hvblindtext

\hvblindtext

\hvblindtext

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