Texmaker and TeXstudioFreeze during Compilation of erroneous Document

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
szumi
Posts: 3
Joined: Wed Dec 14, 2011 10:13 pm

Freeze during Compilation of erroneous Document

Post by szumi »

Hi friends I'm writing for you because I hace some problems with Texmaker, i.e.
When I used older version of texmaker (2.1) I dont have "Source viever" so I upgraded it to version 3.1. No I have "Source viever" but there is another problem:
When I want to compile *.tex file with some errors something is crashing. Texmaker freezes and doesn't show me my errors ;/
Mouse cursor looks like still compiling ;/

Please help me :(
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

Yea, I solved this problem ! " synctex=1 -interation" it should be "synctex=1 -interaction". Now I'm happy ^ ^
Thanks mate !
Last edited by szumi on Thu Dec 15, 2011 6:48 pm, edited 1 time in total.

Recommended reading 2024:

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

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

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Freeze during Compilation of erroneous Document

Post by sommerfee »

szumi wrote:Mouse cursor looks like still compiling ;/
TeX could some kind of "hang" if an endless loop was produced because of an error.

The solution for this is telling TeX to stop at the very first error, i.e. removing the command line parameter "-interaction=nonstopmode" or changing it to "-interaction=errorstopmode".

Unfortunately I'm not familiar with TeXmaker but there is surely an option dialog for changing these settings.

As an alternative solution try compiling your document from either the command line (=Terminal) or with TeXworks. In both cases "-interaction=errorstopmode" is the default setting.
szumi
Posts: 3
Joined: Wed Dec 14, 2011 10:13 pm

Re: Freeze during Compilation of erroneous Document

Post by szumi »

Thanks for your post! I know what is wrong. Earlier I was looking for "inverse search" so I change in configuration the line "synctex=1". If I turn off this option the program compile normal ( I can see my errors ). The question is: What should I do to have "inverse search" and normal compilator?
Please, I need your help
szumi
Posts: 3
Joined: Wed Dec 14, 2011 10:13 pm

Freeze during Compilation of erroneous Document

Post by szumi »

Yea, I solved this problem ! " synctex=1 -interation" it should be "synctex=1 -interaction". Now I'm happy ^ ^
Thanks mate !
Post Reply