Graphics, Figures & TablesError When Adding graphicx or pdfpages

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ignoramus04
Posts: 2
Joined: Sun May 22, 2016 11:32 am

Error When Adding graphicx or pdfpages

Post by ignoramus04 »

I'm quite desperate. When I add graphicx or pdfpages Texcnic compiles with 0 errors but doesn't generate the pdf file!

Any idea?? I

This is my code:

Code: Select all

\documentclass[conference,compsoc]{IEEEtran}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}


\begin{document}

\title{lala}

\author{\IEEEauthorblockN{lala}
\IEEEauthorblockA{lal}
}
\maketitle
\IEEEpeerreviewmaketitle

\section{Es}

\includegraphics{C:/Users/harun/Pictures/esquema}} 
\end{document}
I have also tried with adding the extension file

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Error When Adding graphicx or pdfpages

Post by Johannes_B »

Welcome,

i obviously don't have the file, but i can see that there is a } too much at the end. Which editor are you using? It should show you an error about that.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
ignoramus04
Posts: 2
Joined: Sun May 22, 2016 11:32 am

Error When Adding graphicx or pdfpages

Post by ignoramus04 »

Johannes_B wrote:Welcome,

i obviously don't have the file, but i can see that there is a } too much at the end. Which editor are you using? It should show you an error about that.
I'm using texnic. It didn't show any error that's why I was so desperate.. I was using an old beta version and now with the version 2.02 it works :D

Thanks!
Post Reply