Graphics, Figures & Tablesadd text the top of a figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

add text the top of a figure

Post by carol »

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

Recommended reading 2024:

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

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

-Robin-
Posts: 31
Joined: Tue May 20, 2008 3:07 pm

add text the top of a figure

Post by -Robin- »

Have a look at the subfig package
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

Re: add text the top of a figure

Post by carol »

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
Post Reply