From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Use dvipdfm instead of pdflatex?
Date: Thu, 09 Feb 2006 18:02:32 -0500 [thread overview]
Message-ID: <87oe1g9lyc.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: dsep9n$ii7$2@news.net.uni-c.dk
> well not on my Ubuntu system. I include the picture like this:
> \begin{center}
> \includegraphics[width=10cm]{dia}
> \end{center}
> where dia is dia.pdf and dia.eps in the same dir as my .tex file. When I
> choose to genereate a PDF file from emacs:
> Command -> Texing Options -> PDF mode
> the image is gone in the PDF file that is generated.
Was there some kind of error message in pdflatex's output.
The above problem happens typically when you do things like
\usepackage[dvips]{graphics}
rather than
\usepackage{graphics}
but in case graphics uesses wrong, try
\usepackage[pdftex]{graphics}
or some such. See comp.text.tex for more reliable advice.
Stefan
next prev parent reply other threads:[~2006-02-09 23:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 21:01 Use dvipdfm instead of pdflatex? Paminu
2006-02-09 4:45 ` Stefan Monnier
2006-02-09 6:58 ` Paminu
2006-02-09 7:41 ` Eli Zaretskii
2006-02-09 23:02 ` Stefan Monnier [this message]
2006-02-09 10:46 ` Peter Dyballa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oe1g9lyc.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).