Graphics, Figures & TablesVertical Alignment for in-text Graphics

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Drako
Posts: 6
Joined: Fri Oct 15, 2010 8:55 pm

Vertical Alignment for in-text Graphics

Post by Drako »

How do I align the pictures with the text? Align isn't even the right word, I just don't want it to be aligned to bottom of the line (in this case I want it to be just a little lower, like subscript).

Code: Select all

\includegraphics[scale = 0.7]{images/f1.PNG}
\includegraphics[scale = 0.7]{images/f2.PNG}
\includegraphics[scale = 0.7]{images/f3.PNG}
São teclas cujas funções dependem da tela exibida no display, sendo especificadas na última linha da tela.

Thanks!
Attachments
graphics-text-alignment.png
graphics-text-alignment.png (7.85 KiB) Viewed 4826 times
Last edited by localghost on Mon Jul 22, 2013 9:15 pm, edited 3 times in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Drako
Posts: 6
Joined: Fri Oct 15, 2010 8:55 pm

Vertical Alignment for in-text Graphics

Post by Drako »

found my answer, seems like \raisebox works fine with \includegraphics =)
Last edited by cgnieder on Mon Jul 22, 2013 8:10 pm, edited 1 time in total.
Post Reply