Graphics, Figures & TablesSize Arrangement for Figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Kazuki123
Posts: 1
Joined: Thu Feb 06, 2014 4:42 pm

Size Arrangement for Figure

Post by Kazuki123 »

I have a figure for put in my thesis, and when I put into LaTeX the finish PDF was too large (in file size because I create a large figure to fit on full page).

When I decrease the figure and use this, the image was deformed in many points.

Code: Select all

\includegraphics[
  width=0.6\textwidth,
  height=0.9\textheight,
  keepaspectratio=true
]{fig.pdf}

My question is just that, there is a way to catch this small figure created in PDF (which has roughly 3:4 ratio) and put it to occupy a whole page without the image is deformed?
Last edited by localghost on Thu Feb 06, 2014 5:18 pm, edited 1 time 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

hugovdberg
Posts: 133
Joined: Sat Feb 25, 2012 6:12 pm

Re: Size Arrangement for Figure

Post by hugovdberg »

You could specify only width or height, depending on the limiting size, and latex will preserve the aspect ratio for you
Ubuntu 13.10 + Tex Live 2013 + Texmaker / Windows 7 Pro + MikTex 2.9 + TexnicCenter / Android 4.3 + TexPortal + DroidEdit
Post Reply