How can I find the error line in a multi file document? Usually WinEdt5 goes to the error line when double clicking on an error (at least with single files). When I include files, this is not working anymore and it jumps to the last line of the main file. I also don't know where to look up the error line by hand as it gives me e.g. an error on line 906, which is somewhere in the included files but I have no idea where. Is the an output file where I can look up the line numbers and find the error? (I'm using PDFLatex). Jumping to the error line would of course be even better.
Asked
Active
Viewed 1,542 times
2
1 Answers
2
[To get this off the unanswered list]
You are using a really obsolete version of WinEdt...
Every version >=6 is able to locate the error in the right file.
It suffices that you set your main document as a "main file" through the command "Set Main File" available in the "Project" menu or in the Tree interface toolbar.
karlkoeller
- 124,410
8. What's more, the log file shows which file is processing by TeX engine, reading the log file could also help you find errors. – Ch'en Meng Nov 06 '13 at 10:21