
% `sc-test4.tex', part of the LaTeX package `sidecap'
% 2003-02-14
% Rolf Niepraschk and Hubert G\"a\ss{}lein -- niepraschk@ptb.de

\errorcontextlines\maxdimen

\listfiles
\documentclass[12pt,draft,a4paper,twoside]{article}
\usepackage[bf,footnotesize]{caption2}
\usepackage[outercaption,wide,raggedright]{sidecap}
%\usepackage[outercaption,wide,raggedright]{sidecap}
%\usepackage[innercaption,wide]{sidecap}

\usepackage[verbose]{geometry}[2002/07/04]
\geometry{includemp,marginpar=5cm,hmarginratio={2:3},right=3cm}

\input{sc-test-common}
  
\begin{document}

\tracingall \tracingonline0
  
\section*{The \texttt{sidecap} package (package option \texttt{wide} and 
  the wide environment)}

\begin{SCfigure}[50][h]
  \FIG{1}\caption{\CAPi}%
\end{SCfigure}

\vfill
\MARKER
\vfill

\begin{figure}[b]
  \begin{wide}
    \FIG{2}\caption{XYZ \CAPi}%
  \end{wide}
\end{figure}

\clearpage

\begin{SCfigure}[50][h]
  \FIG{1}\caption{\CAPi}%
\end{SCfigure}

\vfill
\MARKER
\vfill

\begin{figure}[b]
  \begin{wide}
    \FIG{2}\caption{\CAPi}%
  \end{wide}
\end{figure}

\clearpage

\begin{SCfigure}[.9][t]
  \FIG{1}\caption{\CAPi}%
\end{SCfigure}

\MARKER

\begin{wide}
  \FIG{2} 
\end{wide}

\vfill

\end{document}





