Graphics, Figures & TablesPositioning text below figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
thorsten
Posts: 1
Joined: Thu Jan 06, 2011 12:00 am

Positioning text below figure

Post by thorsten »

I want to put some text and a caption below the figure. The following code places the text and the caption on the right. I'm unable to adjust it so that it puts the text and the caption below.

Do you happen to have an idea?

Code: Select all

\begin{figure}[!hb]
\label{tTests3}
\begin{minipage}[b][0.40\textwidth][t]{0.6\textwidth}
		\includegraphics[width=0.91\textwidth]{input/JagaFig3.png}
\end{minipage}
\begin{minipage}[b][0.40\textwidth][t]{0.4\textwidth}
\parbox[]{\textwidth}{\caption{This is the caption}}
\vfill
\parbox[]{\textwidth}{Here comes some nice, long long long long long long long long long long long long long long long long long long long long text}
\vfill
\parbox[]{\textwidth}{Source: Jagannathan et. al. (2010).}
\end{minipage}
\end{figure}
I would really appreciate your help!
Thorsten

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Positioning text below figure

Post by Montag »

Please post an MWE. :)
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Post Reply