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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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