Search found 3 matches

by lgallindo
Tue Sep 06, 2016 11:38 pm
Forum: Graphics, Figures & Tables
Topic: Can't insert pdf image
Replies: 4
Views: 8503

Re: Can't insert pdf image

More attachments.

The other machine, this one with MikTeX, gives the same error.
by lgallindo
Tue Sep 06, 2016 11:37 pm
Forum: Graphics, Figures & Tables
Topic: Can't insert pdf image
Replies: 4
Views: 8503

Can't insert pdf image

I guess the error message doesn't belong to this code but to your original code that is different.
Nope, this exact code. It was extracted from a thesis. Logfile attached.

Out of completude, I'm using pdflatex via TexWorks on TexLive on Windows 7.
by lgallindo
Tue Sep 06, 2016 5:44 pm
Forum: Graphics, Figures & Tables
Topic: Can't insert pdf image
Replies: 4
Views: 8503

Can't insert pdf image

Hi, I'm trying to compile the following on Tex Live 2016 on Windows:
\documentclass[12pt, a4paper]{report}

\usepackage{graphicx}

\begin{document}

\thispagestyle{empty}
\begin{figure}[!htb]
\centering
\includegraphics[width=2.5cm, natwidth=151, natheight=165]{images/crap/ufrpelogo1.jpeg}
\end ...