Skip to content

alias ShowErrorHookCallback


(alias) ShowErrorHookCallback = fun()

Run action at error reporting time.

This callback is run from inside the TeX error function, and the idea is to allow you to do some extra reporting on top of what TeX already does (none of the normal actions are removed). You may find some of the values in the status table useful. This callback does not replace any internal code.

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!