Closed kmccurley closed 1 year ago
So long as we continue to use \ClassWarning and \ClassError, this should be satisfied with our LatexLogParser, but if we want to add extra information we can use the format 'on input line xxx' then it will be parseable.
There is no strict requirement that errors and warnings from a class file should be parseable, but in our case we are building a system to automatically parse metadata and we should consider errors in the log file as structured. In particular, the LaTeX log should clearly indicate the line number and source file where an error or warning appears. This is related to this issue.