Hi,
I have a jpg file containing 3 figures in a row. When I integrate this file in my tex document, I would like to add A at the top-left hand of the 3-figure, B at the center and top of the figure and C at the right-top hand of the figure, respectively. How could I add this 3 letters at the top of figure so that it would move with the figure together?
thanks
carol
Graphics, Figures & Tables ⇒ add text the top of a figure
NEW: TikZ book now 40% off at Amazon.com for a short time.

add text the top of a figure
Have a look at the subfig package
Re: add text the top of a figure
Thanks for your reply.
I think subfig is good if the figures ares separate whereas mine are in one figure if you want as I cannot separate them. However, I found out that any text spacing could work for what I want provided that I could can determine the distance. for ex, hspace could have done the job placing it after \begin{figure}[here]. what I want to do is the following:
Having a cetain space for ex 1.5 cm then display A, making another space on the same line defined by me for ex 6 cm and then another text like B and put this after \begin{figure}[here]. That would help to point out each part of figure
1.5cm_space A 6 cm_space B
Look forward to your reply,
carol
I think subfig is good if the figures ares separate whereas mine are in one figure if you want as I cannot separate them. However, I found out that any text spacing could work for what I want provided that I could can determine the distance. for ex, hspace could have done the job placing it after \begin{figure}[here]. what I want to do is the following:
Having a cetain space for ex 1.5 cm then display A, making another space on the same line defined by me for ex 6 cm and then another text like B and put this after \begin{figure}[here]. That would help to point out each part of figure
1.5cm_space A 6 cm_space B
Look forward to your reply,
carol