eliky / latex-lab

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

compiler fails to produce output #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to compile some of my latex files, I get the following error message:

'The LaTeX compiler failed to produce any output. No compiled documents were 
produced.'

However, the code compiles on my home machine, and the latexlab compiler log 
does not in fact list any errors - it says 'Output written on 
/home/e993fa64b3b1597d654856aad15e9ae4.pdf'. 

For most of my latex files the compiler works fine, but for some it does this, 
though the code doesn't have any errors in it. 

Original issue reported on code.google.com by vkrako...@gmail.com on 30 Aug 2010 at 11:13

GoogleCodeExporter commented 8 years ago
I think the issue narrows down to this:

\usepackage[pdftex]{graphicx}

In particular, it's the [pdftex] that causes the failure. It would be nice if 
the compiler complained about it, instead of just not outputting anything.

Original comment by vkrako...@gmail.com on 30 Aug 2010 at 11:34