Texmaker and TeXstudioTexMaker does not display the full log file

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
stefangachter
Posts: 1
Joined: Tue Sep 04, 2007 8:39 pm

TexMaker does not display the full log file

Post by stefangachter »

I am new to TexMaker, TexLive 2007 and Ubuntu 7.04 and I am wondering, if this is the correct behavior or not:

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

nevzus
Posts: 1
Joined: Thu Dec 27, 2007 1:02 am

Re: TexMaker does not display the full log file

Post by nevzus »

Hi, I was searching on the same problem, then I found the solution. I decided to post here in case anyone wonders about it:
You can use tools/View Log (shorcut f10). There is also an icon for it.
Post Reply