diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-02 21:12:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-02 21:12:09 +0000 |
commit | a538e0c7c47ec0e5a275e4d86ea8e748a3854346 (patch) | |
tree | 1f863111e5bc2ecfe62f86157a5298b97d481960 /Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex | |
parent | e5db423bac837a15f88a6ed1f46540d852b4ce46 (diff) |
hvfloat (2apr19)
git-svn-id: svn://tug.org/texlive/trunk@50712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex b/Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex new file mode 100644 index 00000000000..9326118b219 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hvfloat/sub-default2s2c.tex @@ -0,0 +1,130 @@ +\documentclass[twoside,twocolumn]{scrartcl} + +\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 multi 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=l,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=l,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=l,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:demo2} + +{}{\includegraphics[width=\linewidth]{CTAN}}% + {A Caption E of a ``fullpage'' object}% + {sub:demo6} +\end{lstlisting} + +\Float[subfloat] +\captionsetup[sub]{singlelinecheck} +\hvFloat[fullpage,capPos=l,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 |