General ⇒ Large captions
Large captions
I was wondering if anyone might have come upon this problem before.
I have been having a problem with some of my figures when I put a large caption (say about 9-12 lines). The figure which before that was in the text, in now at the end of the document, along with all the other figs which come after it in the text. When I remove the large caption the figure is where it should be.
I am using \usepackage{graphicx} and included an example of what I am including to get a fig.
\begin{figure}[h]
\centering
\vspace{0.5cm}
\includegraphics*[width=0.9\columnwidth]{Fig1.eps}
\caption{This is an example of a long caption.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................which is now finished.}
\label{fig1}
\end{figure}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Large captions
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Large captions
However there is one figure which cannot have a short caption as there is (a), (b) and (c) in figure above....so has to be quite long.
I also have another problem. I have one figure which causes the whole page to be rotated by 90deg when compiled. Any idea what I am doing wrong.
I have created that figure and others that dont cause a problem in Mayura Draw and the commands I use for all is the same. The problem figure and a well behaved one look the same when I open them in gsview32.
Any suggestions would be welcome.
Thanks,
Susannah
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Large captions
It would be good to have the code for the figure. The best way would be to create a minimal working example (MWE) that reproduces the undesired effect. Attach the concerning file if necessary to make this behaviour comprehensible.Susannah wrote:[...] I also have another problem. I have one figure which causes the whole page to be rotated by 90deg when compiled. Any idea what I am doing wrong.
I have created that figure and others that dont cause a problem in Mayura Draw and the commands I use for all is the same. The problem figure and a well behaved one look the same when I open them in gsview32. [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10