Paul A. Rubin schrieb:
Florian Kamm wrote:
Hello everybody,
I encountered a problem when I tried to export a lyx document to pdf
using pdflatex. The first run is correctly started but will never
stop, so I have to kill lyx manually. I am wondering where the problem
is, because I actually can launch pdflatex from texlipse (an eclipse
plugin) with success and from the command line, of course.
So what's going wrong with lyx here?
I am currently using a customized cls/layout style file with the
newest Miktex distribution.
I hope someone out there could give me any hints or point me to a
workaround.
Regards
Florian Kamm
Humboldt-University Berlin, Germany
What happens if you view the document with View->PDF (pdflatex) in LyX?
Does it display and, if not, does the LaTeX log file (Document->LaTeX
log) reveal anything about the problem?
If View->PDF (pdflatex) hangs with no log entry, try exporting the
document as a LaTeX file and then run pdflatex against it from the
command line. Does that work, and/or does the log reveal anything?
/Paul
Hi Paul,
the View->PDF (pdflatex) causes the same bahavior I described above.
Then I looked into the temporary folder LyX was using during the run.
Surprisingly I found a fine pdf-file, correctly put together (the toc,
normal text and bibliography). But LyX still hangs and needs to killed
via process manager. The log-file doesn't report any problems. Further
launching from the command line works well.
Thanks for the quick answer...
Florian