From d9783f18c815aa817e3c05a0c214d9421d1c15d8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 4 Apr 2019 20:52:35 +0000 Subject: hvfloat (4apr19) git-svn-id: svn://tug.org/texlive/trunk@50753 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex (limited to 'Master/texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex') diff --git a/Master/texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex b/Master/texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex new file mode 100644 index 00000000000..4d87de577ac --- /dev/null +++ b/Master/texmf-dist/doc/latex/hvfloat/sub-after1s1c.tex @@ -0,0 +1,129 @@ +\documentclass{scrartcl} +%% $Id: sub-after1s1c.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=after,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=after,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=after,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=after,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 -- cgit v1.2.3