diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex')
-rw-r--r-- | macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex b/macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex new file mode 100644 index 0000000000..078f901932 --- /dev/null +++ b/macros/latex/contrib/hvfloat/doc/examples/sub-right1s1c.tex @@ -0,0 +1,129 @@ +\documentclass{scrartcl} +%% $Id: sub-right1s1c.tex 1033 2019-04-04 07:24:57Z herbert $ + +\input{preamble.ltx} + +\begin{document} +\title{Example for fullpage floats} +\author{Herbert Voß} +\maketitle + +\tableofcontents + +\blinddocument + +\section{File \texttt{\jobname}} + +\begin{lstlisting} +The sub images~\vref{sub:demo0} has a caption~\vpageref{sub:demo0-cap} and the +subimage~~\vref{sub:demo1} has a caption~\vpageref{sub:demo1}. +\end{lstlisting} + +The multi images~\vref{sub:demo0} has a caption~\vpageref{sub:demo0-cap} and the +subimage~~\vref{sub:demo1} has a caption~\vpageref{sub:demo1}. + +\begin{lstlisting} +\captionsetup[sub]{singlelinecheck} +\hvFloat[fullpage,capPos=right,objectFrame,subFloat]% + +{figure}{}[Short main caption of the objects]% main short lsi entry + {The main caption of a ``fullpage'' object, which follows on the left or + right column. 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.}% main caption + {sub:demo0}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + [Short caption B]% + {A Caption B of a ``fullpage'' sub object.}% subcaption + {}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption C of a ``fullpage'' object, which follows on the left or right column.}% + {sub:demo1} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption D of a ``fullpage'' object}% + {sub:demo2} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption E of a ``fullpage'' object}% + {sub:demo3} +\end{lstlisting} + +\Float[subfloat] +\captionsetup[sub]{singlelinecheck} +\hvFloat[fullpage,capPos=right,objectFrame,subFloat]% + +{figure}{}[Short main caption of the objects]% main short lsi entry + {The main caption of a ``fullpage'' object, which follows on the left or + right column. 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.}% main caption + {sub:demo0}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + [Short caption B]% + {A Caption B of a ``fullpage'' sub object.}% subcaption + {}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption C of a ``fullpage'' object, which follows on the left or right column.}% + {sub:demo1} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption D of a ``fullpage'' object}% + {sub:demo2} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption E of a ``fullpage'' object}% + {sub:demo3} + + + +\blinddocument + + +\begin{lstlisting} +\captionsetup[sub]{singlelinecheck} +\hvFloat[fullpage,capPos=right,objectFrame,subFloat]% + +{figure}{}[Short main caption of the objects]% main short lsi entry + {The main caption of a ``fullpage'' object, which follows on the left or + right column. 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.}% main caption + {sub:demo4}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + [Short caption B]% + {A Caption B of a ``fullpage'' sub object.}% subcaption + {}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption C of a ``fullpage'' object, which follows on the left or right column.}% + {sub:demo5} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption D of a ``fullpage'' object}% + {sub:demo6} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption E of a ``fullpage'' object}% + {sub:demo7} +\end{lstlisting} + +\Float[subfloat] +\captionsetup[sub]{singlelinecheck} +\hvFloat[fullpage,capPos=right,objectFrame,subFloat]% + +{figure}{}[Short main caption of the objects]% main short lsi entry + {The main caption of a ``fullpage'' object, which follows on the left or + right column. 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.}% main caption + {sub:demo4}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + [Short caption B]% + {A Caption B of a ``fullpage'' sub object.}% subcaption + {}% + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption C of a ``fullpage'' object, which follows on the left or right column.}% + {sub:demo5} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption D of a ``fullpage'' object}% + {sub:demo6} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption E of a ``fullpage'' object}% + {sub:demo7} + + + +\blinddocument + +\Blindtext + +\blindtext + + +\end{document}
\ No newline at end of file |