google-code-export / latex-lab

Automatically exported from code.google.com/p/latex-lab
1 stars 0 forks source link

bug when need pdflatex #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here's a minimum example:

  \documentclass[11pt]{article}
\usepackage[pdftex]{graphicx}
  \begin{document}
  ddd
  \end{document}
​

I'm not really sure what's going on, but it fails to compile.  I've copied 
some of the relevant parts in the compiler output:

Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/local/texlive/2009/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX

! Package pdftex.def Error: PDF mode expected, but DVI mode detected!
(pdftex.def) If you are using `latex', then call `pdflatex'.
(pdftex.def) Otherwise check and correct the driver options.
(pdftex.def) Error recovery by switching to PDF mode.

See the pdftex.def package documentation for explanation.

Original issue reported on code.google.com by lalop.l...@gmail.com on 19 May 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Basically, LaTeX Lab is using latex as the compiler. We'll be making other 
compilers 
available soon, which should overcome this issue. 

Original comment by bobbysoa...@gmail.com on 21 May 2010 at 4:21