Texmaker and TeXstudio ⇒ TexMaker does not display the full log file
-
- Posts: 1
- Joined: Tue Sep 04, 2007 8:39 pm
TexMaker does not display the full log file
When I compile a document in TexMaker (latex or pdflatex), and if there is an error in the document, TexMaker does not display the log file, but only the start and end message:
Process started
Process exited with error(s)
The same non-informative behavior is the case, even then the document has no error:
Process started
Process exited normally
The log file is only displayed when I execute the Quick Build command, but only after I close the viewer. Actually, TexMaker waits until the viewer is close otherwise it's not possible to continue to edit the text.
Here are the command entires:
latex -interaction=nonstopmode %.tex
pdflatex -interaction=nonstopmode %.tex
pdflatex -interaction=nonstopmode %.tex|bibtex %.aux|pdflatex -interaction=nonstopmode %.tex|pdflatex -interaction=nonstopmode %.tex|evince %.pdf
Has anybody made similar experiencies? Anybody a hint how to fix this?
Thanks, Stefan
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: TexMaker does not display the full log file
You can use tools/View Log (shorcut f10). There is also an icon for it.