I'm trying to use the sidecap package. The text is 27 picas wide. There is a 10 pica white area to the outside margin. I'd like to put the caption in the white area with a width of 9 picas.
I put
Code: Select all
\usepackage[outercaption]{sidecap}
in the preamble.
I used the following:
Code: Select all
\begin{SCfigure}
\begin{minipage}{27.25pc}{\hfill
\includegraphics{picture.eps}}\end{minipage}
\caption{\label{helloworld}The ``Hello world'' script in action}
\end{SCfigure}
Here is the left page:

- left.jpg (49.27 KiB) Viewed 4464 times
Here is the right:

- right.jpg (81.38 KiB) Viewed 4464 times
If I force it to a left-hand page, the caption sits at the left margin of the text instead of 10 picas away from the text page. The figure then overprints the caption. The caption should start at the left side of the number 4 and extend for a width of 9 picas (1 pica away from the figure).
If I force it to a right-hand page, figure looks good and the caption is to the right, but the caption is only 4 picas wide instead of 9 picas. The caption should end at the right side of the number 5.
How do I define the width of the caption? Thanks in advance.