Generalassign the figures by (a), (b), (c), (d)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

assign the figures by (a), (b), (c), (d)

Post by pallav »

Code: Select all

\begin{figure}
	 \centering
		 \includegraphics[height=2in,width=3in]{nullcline_2.eps}
		\includegraphics[height=2in,width=3in]{nullcline_1.eps}
		\includegraphics[height=2in,width=3in]{nullcline_0.eps}
		\includegraphics[height=2in,width=3in]{nullcline_asymptote.eps}
	 \caption{\scriptsize The same as before} 
 \label{fig:nullcline_1}
 \end{figure}
I am using the code. I am getting two fig in each row. It is ok to me. I need to assign the figures by (a), (b), (c), (d). The potion of (a), (b), (c), (d) are either at the left corner of the top or bottom of each figures. Please help!!!

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

assign the figures by (a), (b), (c), (d)

Post by localghost »

Several packages come into question.
Possible approaches can be found by a Forum Search.

Setting the font size inside the caption is bad practice because it reduces the segregation of form and content to absurdity. Due to the fact that \caption has a moving argument this will affect the caption also when printed at other places (e. g. in the LoF). The font size of captions is better controlled by the caption package.


Thorsten
Post Reply