John Bullock
2006-01-21 18:08:21 UTC
Hello,
I am using the caption package. I would like to adjust both the left
margin and the width of individual captions. But \captionsetup{}, intended
for adjustments for individual captions, permits only adjustment of the margin
parameter or the width parameter -- not both.
Consider a brief example:
\usepackage[margin=1in]{caption}
[...]
\begin{figure}[t]
\includegraphics{elephant}
\captionsetup{width=3in}
\caption{CaptionText}
\end{figure}
This does what you might expect. But I want to do more: I want to indent the
caption by three inches, not one inch. Is there any way to do that on the
fly, without changing the \usepackage options or creating a separate caption
format?
Thank you,
--John
I am using the caption package. I would like to adjust both the left
margin and the width of individual captions. But \captionsetup{}, intended
for adjustments for individual captions, permits only adjustment of the margin
parameter or the width parameter -- not both.
Consider a brief example:
\usepackage[margin=1in]{caption}
[...]
\begin{figure}[t]
\includegraphics{elephant}
\captionsetup{width=3in}
\caption{CaptionText}
\end{figure}
This does what you might expect. But I want to do more: I want to indent the
caption by three inches, not one inch. Is there any way to do that on the
fly, without changing the \usepackage options or creating a separate caption
format?
Thank you,
--John