\documentclass[twocolumn]{scrartcl} %% $Id: paper-default2s2c.tex 318 2021-11-20 07:30:54Z 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 FULLPAGE image~\vref{fig:FULLPAGE0} has a caption~\vpageref{fig:FULLPAGE0-cap}. \end{lstlisting} The FULLPAGE image~\vref{fig:FULLPAGE0} has a caption~\vpageref{fig:FULLPAGE0-cap}. \begin{lstlisting} \hvFloat*[doubleFULLPAGE,capPos=after,twoColumnCaption]% {figure}% {\includegraphics[doubleFULLPAGE]{rheinsberg}}% [A doubleFULLPAGE float with the default caption setting]% {A default caption of a ``doubleFULLPAGE'' object with the default setting, which is a ``left'' caption which means that it always appears before the object. This can be an even or odd page. And some more text which has no real meaning because it fills only the space for a long caption.}% {fig:doubleFULLPAGE0} \end{lstlisting} \Float[default] \hvFloat*[doubleFULLPAGE,capPos=after,twoColumnCaption]% {figure}% {\includegraphics[doubleFULLPAGE]{rheinsberg}}% [A doubleFULLPAGE float with the default caption setting]% {A default caption of a ``doubleFULLPAGE'' object with the default setting, which is a ``left'' caption which means that it always appears before the object. This can be an even or odd page. And some more text which has no real meaning because it fills only the space for a long caption.}% {fig:doubleFULLPAGE0} \blinddocument \begin{lstlisting} \hvFloat*[doubleFULLPAGE,capPos=after,twoColumnCaption]% {figure}% {\includegraphics[doubleFULLPAGE]{rheinsberg}}% [A doubleFULLPAGE float with the default caption setting]% {A default caption of a ``doubleFULLPAGE'' object with the default setting, which is a ``left'' caption which means that it always appears before the object. This can be an even or odd page. And some more text which has no real meaning because it fills only the space for a long caption.}% {fig:doubleFULLPAGE1} \end{lstlisting} \Float[default] \hvFloat*[doubleFULLPAGE,capPos=after,twoColumnCaption]% {figure}% {\includegraphics[doubleFULLPAGE]{rheinsberg}}% [A doubleFULLPAGE float with the default caption setting]% {A default caption of a ``doubleFULLPAGE'' object with the default setting, which is a ``left'' caption which means that it always appears before the object. This can be an even or odd page. And some more text which has no real meaning because it fills only the space for a long caption.}% {fig:doubleFULLPAGE1} \blinddocument \Blindtext \blindtext \end{document}