tomato0626 / latex-lab

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

Aspect ratio incorrect of png in pdf file. #461

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.import a bitmap png with graphicx
2.conform that the aspect ratio is correct in latexlab
3.view the pdf

What is the expected output? What do you see instead?
the same image as in latexlab preview, instead the aspect ratio is wrong

What version of the product are you using? On what browser?
NA

Please provide any additional information below.
\usepackage{graphicx}
...
\includegraphics[width=5.76cm,height=2.12cm]{picture.png}

Original issue reported on code.google.com by ctmalan on 16 Dec 2013 at 8:08