cloudgoon / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

includegraphics both width and height scaling #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
\begin{figure}[h]
\begin{center}
\includegraphics[width=3.5in,height=2.5in]{Rc2_dist_HQ_gray.jpg}
\caption{Improvement Isolation, both faster and better quality}
\label{Rc2}
\end{center}
\end{figure}

What is the expected output? What do you see instead?
-Expected, image squashed to the width/height entered.
-Result, image still original size in PDF file

What version of the product are you using? On what browser?
-Version 2, release version

Please provide any additional information below.
-scale works fine, so I used as a work-around. Wanted 
 height reduced more than width, so not ideal.

Eddy

Original issue reported on code.google.com by InstantW...@gmail.com on 8 Jul 2010 at 11:45

GoogleCodeExporter commented 8 years ago
Problem can be reproduced by me.

Original comment by jerm...@gmail.com on 28 Apr 2012 at 7:17