% Written by Kresten Krab Thorup %Here's a little hack, that allow you to get the linenumbers of LaTeX's %warning messages. %The output is like: % % LaTeX Warning [l.86]: Citation `diggle' on page 91 undefined. %where [l.86] refers to line 86 in the current file. % %You should put the following in a style file: %---------------------------------------------------------------------- % warn.sty % \def\@warning#1{\typeout{LaTeX Warning [l.\the\inputlineno]: #1.}} %----------------------------------------------------------------------