tags:

views:

34

answers:

1

Sometimes I construct a LaTeX document by breaking it up in sections and calling \input from the main file. When I do this, debugging becomes difficult because when I compile it with latex or pdflatex, it will give me the location of the error in terms of global line numbers rather than line numbers in the offending document. Is there a good way to work with or around that? In LaTeX, or in Emacs, possibly?

+1  A: 

Texclipse helps find "bad" places, but this is not a command line tool.

http://texlipse.sourceforge.net/

Lambdamix
Thanks - but not a Eclipse user here...
Stephen