summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-17 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2023-10-17 03:01:53 +0000
commit3e9c5c6e1c118283b7775fd707379f8c9fdd3fd5 (patch)
tree40f420b2cc25378ebd0cd509854828b1b7aa337f /macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex
parentc4125da665ac93db063e3c177f4fc5d172f5866f (diff)
CTAN sync 202310170301
Diffstat (limited to 'macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex')
-rw-r--r--macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex96
1 files changed, 92 insertions, 4 deletions
diff --git a/macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex b/macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex
index ebd703e964..db61c61351 100644
--- a/macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex
+++ b/macros/latex/contrib/hvfloat/doc/examples/doublepage2s1c.tex
@@ -1,5 +1,5 @@
\documentclass[twoside]{scrartcl}
-%% $Id: doublepage2s1c.tex 299 2021-10-09 14:05:35Z herbert $
+%% $Id: doublepage2s1c.tex 773 2023-10-16 12:29:28Z herbert $
\input{preamble.ltx}
\usepackage{blindtext,xcolor,marginnote}
@@ -434,7 +434,10 @@
\hvblindtext
-%\Blindtext
+
+\Blindtext
+
+\hvblindtext
\subsection{Definition on an even page}
@@ -566,6 +569,78 @@
\Blindtext
+
+
+\subsubsection{Argument \texttt{doubleFullPage}}
+
+
+\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}
+
+\Blindtext
+
+\Blindtext
+
+\Blindtext
+
+\Blindtext
+
+\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}
+
+\Blindtext
+
+\Blindtext
+\Blindtext
+\Blindtext
+
+\Blindtext
+
+
+
+
\clearpage
\section{Argument \texttt{doubleFULLPAGE}}
@@ -706,6 +781,8 @@ is on the pages~\pageref{fig:doubleFULLPAGE0after}f.
\Blindtext
+\Blindtext
+
\subsubsection{\texttt{bindCorr=3mm}}
\begin{lstlisting}
@@ -737,8 +814,9 @@ is on the pages~\pageref{fig:doubleFULLPAGE0after}f.
\Blindtext
-%\hvblindtext
-%\hvblindtext
+\hvblindtext
+
+\hvblindtext
\subsubsection{\texttt{bindCorr=<inside textwidth>}}
@@ -768,7 +846,16 @@ is on the pages~\pageref{fig:doubleFULLPAGE0after}f.
\Blindtext
+\hvblindtext
+
+\hvblindtext
+
+\hvblindtext
+
+\Blindtext
+
\subsection{Definition on an even page}
+\hvblindtext
\subsubsection{The default}
@@ -968,4 +1055,5 @@ is on the pages~\pageref{fig:doubleFULLPAGE0afterA}f.
+
\end{document} \ No newline at end of file