David Engster writes: > The reason for this seems to bet that there is a closing bracket without > a corresponding opening bracket in my pdflatex log output, which Auctex > interprets as the end of my LaTeX-File. > > The line with the closing bracket looks like this: > > --------------- snip -------------- > > [] [] \OT1/cmr/m/n/12 = [] \OML/cmm/m/it/12 ^^U[] \OT1/cmr/m/n/12 = [] > \OMS/cmsy/m/n/12 ) [] [] \OT1/cmr/m/n/12 = [] > > --------------- snip --------------
The above line seems to be part of a formula from my tex file, which is output after an "overfull hbox" warning. I was able to circumvent this problem by using pdflatex's '-file-line-error' option. I only stumbled upon that by browsing through the News section, where this is noted for version 11.83, but it doesn't really say how to activate this. I simply added it to `LaTeX-command-style', but maybe there's a nicer/easier way? Regards, David _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
