1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
% `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}
|