summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/doc/examples/inner2s1c.tex
blob: 15b6508111124c8ea2358f1366ff5ae1013ef744 (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
\documentclass[twoside]{scrartcl}
%% $Id: inner2s1c.tex 72 2021-05-02 11:40:10Z herbert $

\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=inner]%
  {figure}%
  {\includegraphics[fullpage]{frose}}%
  [A float which needs the complete page width and height.]%
  {A Caption on the inner side of a twosided document. 
   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=e]
\hvFloat[fullpage, capPos=inner]%
  {figure}%
  {\includegraphics[fullpage]{frose}}%
  [A float which needs the complete page width and height.]%
  {A Caption on the inner side of a twosided document. 
   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=inner]%
  {figure}%
  {\includegraphics[fullpage]{frose}}%
  [A float which needs the complete page width and height.]%
  {A Caption on the inner side of a twosided document. 
   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=e]
\hvFloat[fullpage, capPos=inner]%
  {figure}%
  {\includegraphics[fullpage]{frose}}%
  [A float which needs the complete page width and height.]%
  {A Caption on the inner side of a twosided document. 
   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}