Tagged Questions
4
votes
2answers
55 views
Custom name & justification, single line spread and “within chapter” numbering of figure captions [closed]
I now know how to add images with captions but still need help how to tweak the captions.
\begin{figure}[h]
\begin{center}
\includegraphics[width=100mm]{01.jpg}
\caption*{\textbf{Bild 2.1:} Curtiss ...
2
votes
1answer
179 views
How to control line spacing and subscript location in captions?
I just started using mhchem and am having problems with captions. Subscripts from mchem overlap with superscripts. I can think of two possible solutions (and trivially not using mchem in captions):
...
6
votes
1answer
594 views
caption package doesn't recognize font=doublespacing?
The journal I'm targetting requires "doublespaced" figure captions, and posts like these
http://www.latex-community.org/forum/viewtopic.php?f=45&t=4187
made me try out the caption package. I ...
5
votes
1answer
793 views
Double spacing within the caption of a figure
I am using the memoir class on my thesis and I have the \DoubleSpacing command in my document to set up double spacing through the document. This works great.
However, I have a figure with subfigures ...
6
votes
3answers
1k views
How to redefine the caption command with optional arguments
I'm writing a thesis that has double spacing on by default throughout the document. However, captions on figures need to be singlepaced. I can do that like this
\normalsize \singlespace \caption{ ...
