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?
views:
34answers:
1
+1
A:
Texclipse helps find "bad" places, but this is not a command line tool.
Lambdamix
2010-09-04 15:13:14
Thanks - but not a Eclipse user here...
Stephen
2010-09-04 16:03:15