IACR / latex

Latex classes for IACR publications. We will start with the new journal proposal.
9 stars 2 forks source link

All class errors and warnings should be parseable #164

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

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.

kmccurley commented 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.