diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/sub-after2s2c.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/sub-after2s2c.tex | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/sub-after2s2c.tex b/Master/texmf-dist/doc/latex/hvfloat/sub-after2s2c.tex new file mode 100644 index 00000000000..5d46609f001 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hvfloat/sub-after2s2c.tex @@ -0,0 +1,129 @@ +\documentclass[twocolumn]{scrartcl} +%% $Id: sub-after2s2c.tex 1033 2019-04-04 07:24:57Z herbert $ + +\input{preamble.ltx} +\setlength\columnseprule{0.4pt} +\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 |