Monday, May 25, 2009

How to insert very large image/figure in LaTeX

To insert a very large image in LaTeX, use the textwidth command to stretch the image.
\includegraphics[width=0.75\textwidth]{...}

0.75\textwidth meant 75% of the text width.