I am using the following in my document:
\usepackage{graphicx}
\begin{figure}[!t]
\centering
\includegraphics[natwidth=436pt, natheight=385pt, width=65mm]{figure1.pdf}
\end{figure}
The issue is that my image (figure1.pdf) is not showing after running in pdfLatex mode because I specify the natural size natwidth=436pt, natheight=385pt. The reason of adding natwidth and natheight is because I want to generate dvi and ps from my tex file, based on this answer. Kindly, how can I solve this issue?
\includegraphics) – David Carlisle Mar 14 '17 at 19:33[dvipdfm]option to ``graphicxas the default option for latex isdvipsin thegraphics.def` used with texlive and miktex. – David Carlisle Mar 15 '17 at 07:42