Search found 4 matches

by mkrlatex
Thu Oct 13, 2016 9:48 am
Forum: Graphics, Figures & Tables
Topic: inserted image is somehow invisible
Replies: 7
Views: 6624

inserted image is somehow invisible

Thanks a lot, Johannes_B.

Fixed.

The problem was with the userpackage ( \usepackage[dvipdfm]{color,graphicx} % for dvipdfm(x) ). By removing [dvipdfm] and change the includegraphics line to \includegraphics[width=7cm]{flowchartthen.pdf} , the image shows up nicely.

Thanks a lot for your help ...
by mkrlatex
Thu Oct 13, 2016 8:36 am
Forum: Graphics, Figures & Tables
Topic: inserted image is somehow invisible
Replies: 7
Views: 6624

Re: inserted image is somehow invisible

I have tried with all image formats (jpg, png, pdf, and even eps), but still the image never shows up. Only the caption appears.
by mkrlatex
Wed Oct 12, 2016 6:34 pm
Forum: Graphics, Figures & Tables
Topic: inserted image is somehow invisible
Replies: 7
Views: 6624

Re: inserted image is somehow invisible

It is my very first time to use MikTeX, and it is all by myself, so please bear with me.

Still got errors, please see the log file attached.

P.S. I am using a template created by others, and this error occurs.
by mkrlatex
Wed Oct 12, 2016 4:22 pm
Forum: Graphics, Figures & Tables
Topic: inserted image is somehow invisible
Replies: 7
Views: 6624

inserted image is somehow invisible

I inserted an image using the following code, but the image doesn't show up.

Code: Select all

%somehow the image doesn't show up!
\begin{figure}[h!]
\begin{center}
\includegraphics[width=7cm,natwidth=610,natheight=642]{flowchart.pdf}
\caption{G2P Flowchart} 
\label{flowchart}
\end{center}
\end{figure}
Please help.