summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex256
1 files changed, 179 insertions, 77 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
index 0ef8f5d852e..1ab2adddaab 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
+++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
@@ -1,4 +1,4 @@
-%% $Id: hvfloat.tex 723 2023-05-17 17:27:20Z herbert $
+%% $Id: hvfloat.tex 774 2023-10-16 13:44:29Z herbert $
\listfiles
\errorcontextlines=100
\documentclass[twoside,paper=a4,usegeometry]{scrartcl}
@@ -138,6 +138,20 @@
\def\DBS{{\ttfamily\textbackslash\textbackslash}}
+
+\def\MarginNote#1{%
+ \expandafter\marginnote\expandafter{#1\\\checkoddpage\ifoddpage oddpage\else evenpage\fi\\
+ \if@twocolumn
+ 2col,
+ \if@firstcolumn
+ 1.col
+ \else
+ 2.col
+ \fi
+ \else
+ 1col,
+ \fi}}
+
\makeatother
\newcommand\Larg [1]{{\normalfont\itshape#1\/}}
@@ -174,7 +188,6 @@
\marginnote{\fbox{\shortstack{float\\#1}}}\fi
}
-
\begin{document}
\title{Package \texttt{hvfloat}\\
Controlling captions, fullpage and doublepage floats\\ver \hvFloatFileVersion}
@@ -397,6 +410,7 @@ There are the following keywords:
\Lkeyword{FULLPAGE} & false & \rowvsp Use the full paper width/height for the object.\\
\Lkeyword{doublePage} & false & \rowvsp Use the text area on a doublepage with additional text.\\
\Lkeyword{doublePAGE} & false & \rowvsp Use the text area on a doublepage without additional text.\\
+\Lkeyword{doubleFullPage} & false & \rowvsp Use the paperwidth on a doublepage with additional text.\\
\Lkeyword{doubleFULLPAGE} & false & \rowvsp Use the paperwidth on a doublepage without additional text.\\
\Lkeyword{forceLeft} & false & \rowvsp In some cases a doublepage float starts on an odd page. With \Lkeyword{forceLeft} it
uses only one \Lcs{afterpage} instead of two to force a start on an even page. \\
@@ -432,7 +446,7 @@ or \Lenv{table} environment, f.ex.:
\normalsize
-\marginnote{Fig.~\ref{fig:0}}
+\MarginNote{Fig.~\ref{fig:0}}
\hvFloat{figure}{\includegraphics{images/rose}}{Without any keywords (only the \texttt{fbox} package option)}{fig:0}
Code for figure \ref{fig:0}:
@@ -441,7 +455,7 @@ Code for figure \ref{fig:0}:
\end{lstlisting}
-\marginnote{Tab.~\ref{tab:0}}
+\MarginNote{Tab.~\ref{tab:0}}
\hvFloat[capPos=top]{table}{%
\begin{tabularx}{\textwidth}{l|l|X}
\rmfamily Name & Type & Description\\\hline
@@ -492,7 +506,7 @@ floating environments like \Lenv{figure} or \Lenv{table}:
{Default caption width setting, which is the natural width with respect to the current linewidth.}{fig:width0}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:width0}}
+\MarginNote{Fig.~\ref{fig:width0}}
\hvFloat[floatPos=!htb]{figure}{\includegraphics{images/rose}}%
{Default caption width setting, which is the natural width with respect to the current linewidth.}{fig:width0}
@@ -517,7 +531,7 @@ minus the width of the object and the space between object and caption, which is
the separation between object and caption, and the current linewidth.}{fig:width1}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:width1}}
+\MarginNote{Fig.~\ref{fig:width1}}
\hvFloat[floatPos=!htb,capPos=after,objectFrame]{figure}{\includegraphics[scale=1.5]{images/rose}}%
{Caption right beside with a \emph{natural} width, which is given by the width of the object,
the separation between object and caption, and the current linewidth.}{fig:width1}
@@ -539,7 +553,7 @@ is greater than 1.
in this special case \the\linewidth. Divide it by 28.82 to get cm.}{fig:width2}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:width2}}
+\MarginNote{Fig.~\ref{fig:width2}}
\hvFloat[floatPos=!htb,capWidth=0.9]{figure}{\includegraphics{images/rose}}%
{Caption below with a width of 0.9 of the current line width (column width), which is
in this special case \the\linewidth. Divide it by 28.82 to get cm.}{fig:width2}
@@ -561,7 +575,7 @@ If not then the width is set to the possible value between object and margin:
by the macro to the maximal width.}{fig:width3}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:width3}}
+\MarginNote{Fig.~\ref{fig:width3}}
\hvFloat[floatPos=!htb,capPos=after,capWidth=0.9]{figure}{\includegraphics[scale=1.5]{images/rose}}%
{Caption right beside with a width setting of \texttt{0.9\textbackslash linewidth}
which is too big for this example and therefore corrected by the macro to the maximal width.}{fig:width3}
@@ -594,7 +608,7 @@ real sense if you want to put a rotated caption beside the object.
if it is a very small object.}{fig:width5}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:width5}}
+\MarginNote{Fig.~\ref{fig:width5}}
\hvFloat[floatPos=!htb,capPos=after,capWidth=h,capAngle=90,objectFrame]{figure}{\includegraphics{images/rose}}%
{Caption beside with a width of the given object height which may be a problem
if it is a very small object.}{fig:width5}
@@ -619,7 +633,7 @@ Code for figure \ref{fig:1}:
{fig:1}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:1}}
+\MarginNote{Fig.~\ref{fig:1}}
\Float[capPos=right]
\hvFloat%
[floatPos=htb,
@@ -648,7 +662,7 @@ Code for figure \ref{fig:2}:
of \texttt{capWidth=h}, which is the height of the object.}{fig:2}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:2}}
+\MarginNote{Fig.~\ref{fig:2}}
\hvFloat%
[floatPos=htb,
capPos=left,
@@ -683,7 +697,7 @@ Code for figure \ref{fig:3}:
of the image and a rotation of the caption and the object.}{fig:3}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:3}}
+\MarginNote{Fig.~\ref{fig:3}}
\hvFloat[%
capWidth=h,% of \columnwidth
capPos=after,
@@ -712,7 +726,7 @@ Code for figure~\ref{fig:20}:
an odd page.}{fig:20}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:20}}
+\MarginNote{Fig.~\ref{fig:20}}
\hvFloat[capPos=inner]{figure}{\includegraphics{images/rose}}%
[Centered Caption on the inner side]{%
Caption set with the parameter setting \texttt{capPos=inner}, which will be
@@ -738,7 +752,7 @@ even \fi page. We now set a pagebreak at the end of the second image to see if i
an odd page.}{fig:20b}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:20b}}
+\MarginNote{Fig.~\ref{fig:20b}}
\hvFloat[capPos=outer]{figure}{\includegraphics{images/rose}}%
[Centered Caption on the inner side]{%
Caption set with the parameter setting \texttt{capPos=outer}, which will be
@@ -747,7 +761,7 @@ even \fi page. We now set a pagebreak at the end of the second image to see if i
-\marginnote{Fig.~\ref{fig:21}}
+\MarginNote{Fig.~\ref{fig:21}}
\hvFloat[%
capWidth=0.5,% of \columnwidth
capPos=outer,
@@ -780,7 +794,7 @@ Code for figure \ref{fig:22}:
width of \texttt{0.5\textbackslash columnwidth} and \texttt{capPos=outer} }{fig:22}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:22}}
+\MarginNote{Fig.~\ref{fig:22}}
\hvFloat[%
capWidth=0.5,% of \columnwidth
capPos=inner,
@@ -816,7 +830,7 @@ The code for figure \ref{fig:4}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:4}}
+\MarginNote{Fig.~\ref{fig:4}}
\hvFloat[%
floatPos=htb,%
capWidth=0.25,%
@@ -837,7 +851,7 @@ The code for figure \ref{fig:5}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:5}}
+\MarginNote{Fig.~\ref{fig:5}}
\hvFloat[%
floatPos=htb,%
capWidth=0.25,%
@@ -858,7 +872,7 @@ The code for figure \ref{fig:6}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:6}}
+\MarginNote{Fig.~\ref{fig:6}}
\hvFloat[%
capWidth=0.25,%
capPos=right,%
@@ -882,7 +896,7 @@ in a minipage, the reason why it will be local to the current image..
]{figure}{\frame{\includegraphics{images/rose}}}{\blindtext}{fig:66}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:66}}
+\MarginNote{Fig.~\ref{fig:66}}
\hvFloat[%
capPos=right,
capFormat={labelsep=newline,justification=RaggedRight,font={small,it},labelfont=bf}
@@ -912,7 +926,7 @@ The code for figure \ref{fig:7}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:7}}
+\MarginNote{Fig.~\ref{fig:7}}
\hvFloat[%
capWidth=0.25,%
capPos=right,%
@@ -928,7 +942,7 @@ The code for figure \ref{fig:7}:
The same with \Lkeyset{capPos=left}:
-\marginnote{Fig.~\ref{fig:700}}
+\MarginNote{Fig.~\ref{fig:700}}
\hvFloat[%
capWidth=0.25,%
capPos=left,%
@@ -954,7 +968,7 @@ The code for figure \ref{fig:8}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:8}}
+\MarginNote{Fig.~\ref{fig:8}}
\hvFloat[%
capWidth=0.25,%
capPos=before,%
@@ -983,7 +997,7 @@ The code for figure \ref{fig:70}:
the option \texttt{wide}.}{fig:70}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:70}}
+\MarginNote{Fig.~\ref{fig:70}}
\hvFloat[%
wide,
capPos=right,%
@@ -1008,7 +1022,7 @@ The code for figure \ref{fig:80}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:80}}
+\MarginNote{Fig.~\ref{fig:80}}
\hvFloat[wide,
capPos=left,%
capVPos=top,%
@@ -1030,7 +1044,7 @@ Caption at top and inner beside the float and object position right and
the option \texttt{wide}.}{fig:81}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:81}}
+\MarginNote{Fig.~\ref{fig:81}}
\hvFloat[wide,
capPos=inner,
capVPos=top,
@@ -1053,7 +1067,7 @@ the option \texttt{wide}.}{fig:811}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:811}}
+\MarginNote{Fig.~\ref{fig:811}}
\hvFloat[wide,
capPos=inner,
capVPos=top,
@@ -1077,7 +1091,7 @@ the option \texttt{wide}.}{fig:812}
%\Float[capPos=outer]
\begingroup
-\marginnote{Fig.~\ref{fig:812}}
+\MarginNote{Fig.~\ref{fig:812}}
\captionsetup{justification=RaggedRight}
\hvFloat[wide,
capPos=outer,
@@ -1103,7 +1117,7 @@ the caption to the left, center, or right of the full width which is linewidth a
\end{lstlisting}
-\marginnote{Fig.~\ref{label}}
+\MarginNote{Fig.~\ref{label}}
\hvFloat[capPos=bottom,capWidth=l,wide,capHPos=right]{figure}
{\includegraphics[width=0.49\hvWideWidth]{images/CTAN}\quad
\includegraphics[width=0.49\hvWideWidth]{images/CTAN}}
@@ -1206,7 +1220,7 @@ Code for figure \ref{fig:9}:
The float can also be put to the left or to the right (above/below in landscape)
with the \Lkeyset{objectPos=l} parameter
-\marginnote{Fig.~\ref{fig:9}}
+\MarginNote{Fig.~\ref{fig:9}}
\hvFloat[%
floatPos=p,
capPos=bottom,
@@ -1235,7 +1249,7 @@ The code for figure \ref{fig:10}:
degrees.\blindtext}{fig:10}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:10}}
+\MarginNote{Fig.~\ref{fig:10}}
\hvFloat[%
floatPos=p,%
capWidth=h,%
@@ -1279,7 +1293,7 @@ Some nonsense text after the preceding \emph{non floating} object.
Some nonsense text before the following \emph{non floating} object.
-\marginnote{Fig.~\ref{fig:11}}
+\MarginNote{Fig.~\ref{fig:11}}
\hvFloat[%
nonFloat,%
capWidth=0.25,%
@@ -1353,7 +1367,7 @@ The code for table \ref{table:1} and \ref{table:2} is:
\hvblindtext
-\marginnote{Tab.~\ref{table:2}}
+\MarginNote{Tab.~\ref{table:2}}
\hvFloat[%
floatPos=hb,
useOBox=true,
@@ -1365,7 +1379,7 @@ The code for table \ref{table:1} and \ref{table:2} is:
In this case leave the third parameter empty.
-\marginnote{Tab.~\ref{table:1}}
+\MarginNote{Tab.~\ref{table:1}}
\hvFloat[%
floatPos=!hb,
capPos=top,
@@ -1373,7 +1387,7 @@ In this case leave the third parameter empty.
-\marginnote{Tab.~\ref{table:2}}
+\MarginNote{Tab.~\ref{table:2}}
\hvFloat[%
floatPos=!htb,%
useOBox=true,%
@@ -1406,7 +1420,7 @@ The code for figure \ref{fig:text}:
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:text}}
+\MarginNote{Fig.~\ref{fig:text}}
\hvFloat[%
onlyText=true,%
capAngle=90,%
@@ -2604,12 +2618,21 @@ of the paper area and top of the text area.
The user has to scale the image to be sure that the object will not be greater than \verb|2\paperwidth|. The caption can only be
under the right part of the object. The will be \emph{no additional text} on the double page.
+\item[\Lkeyword{doubleFullPage}] A splitted object with or without a caption on the left or right below of a double page
+image. The object can
+fill the complete double page.
+The user has to scale the image to be sure that the object will not be greater than \verb|2\paperwidth|.
+
\item[\Lkeyword{doubleFULLPAGE}] A splitted object with or without a caption on the right or below of a double page. The object can
fill the complete double page.
The user has to scale the image to be sure that the object will not be greater than \verb|2\paperwidth|. A caption will be
rotated and written \emph{over} the object, or if possible, at the right. The user has to take care for a correct text color.
\end{description}
+
+
+
+
\subsection{\Lkeyword{doubleFULLPAGE}}
The scaling of the image is left to the user. If the proportion of the object doesn't fit 2*paperwidth/paperheight,
then there can be a white part on the top or bottom of the object. A pagenumber will not be printed. In this documentation you'll
@@ -2630,7 +2653,7 @@ even page and following text will be placed \emph{before} the object.
{fig:doubleFULLPAGE0}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:doubleFULLPAGE0}}
+\MarginNote{Fig.~\ref{fig:doubleFULLPAGE0}}
\hvFloat[doubleFULLPAGE,capPos=right,capAngle=90]%
{figure}%
{\includegraphics[height=\paperheight]{images/r+j2}}%
@@ -2641,11 +2664,11 @@ even page and following text will be placed \emph{before} the object.
The parameter is \texttt{doubleFULLPAGE}}%
{fig:doubleFULLPAGE0}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
It is also possible to take a bind correction into account with e.g.
@@ -2665,7 +2688,7 @@ in the inner margin on both pages.
{fig:doubleFULLPAGE0a}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:doubleFULLPAGE0a}}
+\MarginNote{Fig.~\ref{fig:doubleFULLPAGE0a}}
\hvFloat[doubleFULLPAGE,capPos=after,bindCorr=5mm]%
{figure}%
{\includegraphics[height=2\paperwidth]{images/r+j3}}%
@@ -2676,11 +2699,11 @@ in the inner margin on both pages.
The parameter is \texttt{doubleFULLPAGE}}%
{fig:doubleFULLPAGE0a}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
@@ -2695,7 +2718,7 @@ in the inner margin on both pages.
{fig:doubleFULLPAGE1}
\end{lstlisting}
-\marginnote{Fig.~\ref{fig:doubleFULLPAGE1}}
+\MarginNote{Fig.~\ref{fig:doubleFULLPAGE1}}
\hvFloat[doubleFULLPAGE,capPos=right]%
{figure}%
{\includegraphics[height=\paperheight]{images/rheinsberg-1000}}%
@@ -2705,7 +2728,7 @@ in the inner margin on both pages.
The parameter is \texttt{doubleFULLPAGE}}%
{fig:doubleFULLPAGE1}
-\Blindtext \Blindtext
+\hvBlindtext \hvBlindtext
Placing the caption on the image itself is not the best solution. With the optional arguments
@@ -2737,7 +2760,7 @@ and the right part on page~\pageref{bar-2}. All three labels points to the same
\hvFloatSetDefaults
-\marginnote{Fig.~\ref{foo}}
+\MarginNote{Fig.~\ref{foo}}
\hvFloat[doubleFULLPAGE,capPos=after]%
{figure}%
{\includegraphics[doubleFULLPAGE]{images/rheinsberg-1000}}%
@@ -2747,15 +2770,15 @@ and the right part on page~\pageref{bar-2}. All three labels points to the same
The parameter is \texttt{doubleFULLPAGE}}%
{foo}
-\Blindtext %\Blindtext
+\hvBlindtext %\hvBlindtext
\hvblindtext
\hvblindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
\begin{lstlisting}
\hvFloat[doubleFULLPAGE,capPos=before]%
@@ -2769,7 +2792,7 @@ and the right part on page~\pageref{bar-2}. All three labels points to the same
{bar}
\end{lstlisting}
-\marginnote{Fig.~\ref{bar}}
+\MarginNote{Fig.~\ref{bar}}
\hvFloat[doubleFULLPAGE,capPos=before]%
{figure}%
{\includegraphics[height=\paperheight,width=2\paperwidth,keepaspectratio=false]{images/rheinsberg-1000}}%
@@ -2779,9 +2802,9 @@ and the right part on page~\pageref{bar-2}. All three labels points to the same
The parameter is \texttt{doubleFULLPAGE}}%
{bar}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
\hvblindtext
@@ -2804,7 +2827,7 @@ There will be pagenumbers and a caption can be rotated on the right of the objec
\end{lstlisting}
-\marginnote{Fig. \ref{fig:doublePAGE0}}
+\MarginNote{Fig. \ref{fig:doublePAGE0}}
\hvFloat[doublePAGE]%
{figure}%
{\includegraphics[width=\dimexpr2\textwidth+2in]{images/seiser}}%
@@ -2818,9 +2841,9 @@ There will be pagenumbers and a caption can be rotated on the right of the objec
\hvblindtext
\hvblindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
\subsection{\Lkeyword{doublePage}}
With this option the object also starts at the left top of the text area.
@@ -2842,7 +2865,7 @@ and the rest of the text area is filled with text.
\hvFloatSetDefaults
-\marginnote{Fig. \ref{fig:doublePage0sH}}
+\MarginNote{Fig. \ref{fig:doublePage0sH}}
\hvFloat[doublePage,sameHeight]%
{figure}%
{\includegraphics[doublefullPage]{images/sonne-meer}}%
@@ -2853,13 +2876,13 @@ and the rest of the text area is filled with text.
The parameter is \texttt{doublePage}}%
{fig:doublePage0sH}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
\hvblindtext
-\Blindtext
+\hvBlindtext
\hvblindtext
@@ -2879,7 +2902,7 @@ and the rest of the text area is filled with text.
\hvFloatSetDefaults
-\marginnote{Fig. \ref{fig:doublePage1}}
+\MarginNote{Fig. \ref{fig:doublePage1}}
\hvFloat[doublePage,capPos=right,capVPos=top]%
{figure}%
{\includegraphics[width=2\textwidth]{images/sonne-meer}}%
@@ -2890,13 +2913,13 @@ and the rest of the text area is filled with text.
The parameter is \texttt{doublePage}}%
{fig:doublePage1}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
@@ -2916,7 +2939,7 @@ and the rest of the text area is filled with text.
\hvFloatSetDefaults
-\marginnote{Fig. \ref{fig:doublePage0sH2}}
+\MarginNote{Fig. \ref{fig:doublePage0sH2}}
\hvFloat[doublePage,bindCorr=inner
]%
{figure}%
@@ -2928,14 +2951,91 @@ and the rest of the text area is filled with text.
The parameter is \texttt{doublePage}}%
{fig:doublePage0sH2}
-\Blindtext
+\hvBlindtext
+
+\hvBlindtext
+
+\hvBlindtext
-\Blindtext
-\Blindtext
+%\hvBlindtext
+
+%\hvBlindtext
+
+\subsection{\Lkeyword{doubleFullPage}}
+This places an image over the complete width of two pages (2\Ldim{paperwidth}) without
+modifying the height of the object. The caption can be placed on the the left or right side
+of the object.
+
+
+\begin{lstlisting}
+\hvFloat[doubleFullPage,capWidth=n,capPos=left]%
+ {figure}%
+ {\includegraphics[doubleFullPage]{images/sonne-meer}}%
+ [A doublepage image with a caption on the left side.]%
+ {A caption for a double-sided image that will be placed on the left side of the
+ doublepage part of the illustration. The illustration begins on the left edge of
+ the paper. A short form is used for the LOF.
+ The parameter is \texttt{doublePage}}%
+ {fig:doublePage000}
+\end{lstlisting}
+
+
+\MarginNote{Fig. \ref{fig:doublePage000}}
+\hvFloat[doubleFullPage,capWidth=n,capPos=left]%
+ {figure}%
+ {\includegraphics[doubleFullPage]{images/sonne-meer}}%
+ [A doublepage image with a caption on the left side.]%
+ {A caption for a double-sided image that will be placed on the left side of the
+ doublepage part of the illustration. The illustration begins on the left edge of
+ the paper. A short form is used for the LOF.
+ The parameter is \texttt{doublePage}}%
+ {fig:doublePage000}
+
+\hvBlindtext
+
+\hvBlindtext
+
+\hvBlindtext
+
+\hvBlindtext
+
+\hvBlindtext
+\begin{lstlisting}
+\hvFloat[doubleFullPage,capWidth=n,sameHeight,capPos=right]%
+ {figure}%
+ {\includegraphics[doubleFullPage]{images/sonne-meer}}%
+ [A doublepage image with a caption on the right side of the right part.]%
+ {A caption for a double-sided image that will be placed on the right side of the
+ right-hand part of the illustration. The illustration begins on the left edge of
+ the paper. A short form is used for the LOF.
+ The parameter is \texttt{doublePage}}%
+ {fig:doublePage001}
+\end{lstlisting}
+
+
+\MarginNote{Fig. \ref{fig:doublePage001}}
+\hvFloat[doubleFullPage,capWidth=n,sameHeight,capPos=right]%
+ {figure}%
+ {\includegraphics[doubleFullPage]{images/sonne-meer}}%
+ [A doublepage image with a caption on the right side of the right part.]%
+ {A caption for a double-sided image that will be placed on the right side of the
+ right-hand part of the illustration. The illustration begins on the left edge of
+ the paper. A short form is used for the LOF.
+ The parameter is \texttt{doublePage}}%
+ {fig:doublePage001}
+
+\hvBlindtext
+
+\hvBlindtext
+\hvBlindtext
+\hvBlindtext
+
+\hvBlindtext
+
@@ -2978,7 +3078,7 @@ Artikel gesamt & 2 & 6 & 13 & 8 & 4 & 3 & 5 & 4 & 0 & 6 & 3 & 5 &23 &10 & 8 & 15
\bottomrule
\end{tabular}}
-\Blindtext
+\hvBlindtext
\hvFloat[doublePage,capPos=right,capVPos=top,floatCapSep=12pt]%
{table}%
@@ -3031,9 +3131,9 @@ Artikel gesamt & 2 & 6 & 13 & 8 & 4 & 3 & 5 & 4 & 0 & 6 & 3 & 5 &23 &10 & 8 & 15
The parameter is \texttt{doublePage}}%
{tab:doublePage3}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
\section{References to the page}\label{varioref}
@@ -3134,9 +3234,9 @@ optional package options to set the global placement:
\usepackage[figure=tb,table=t]{hvfloat-fps}
\end{verbatim}
-%\Blindtext
+%\hvBlindtext
-\Blindtext
+\hvBlindtext
%\hvFloatSetDefaults
\hvFloat[FULLPAGE]{figure}%
@@ -3147,14 +3247,16 @@ optional package options to set the global placement:
{demo:fullpage}
-\Blindtext
+\hvBlindtext
-\Blindtext
+\hvBlindtext
+
+\hvBlindtext
-\printindex
\clearpage
+\printindex
%\appendix