|
|
|
|
|
by godbyk
4433 days ago
|
|
In my experience the TeX engine has decent error messages. The LaTeX set of macros, however, do not. What happens is that LaTeX doesn't do as much error checkout at its higher level of abstraction and leaves TeX to sort it out. TeX's errors are correct but tend to refer to the lowest level of codeāthe least helpful pointer for the reader. It's akin to the error messages you see from a C++ compiler about template functions. |
|