LaTeX Hook management

internal hook commands

Some internal hook commands defined in LaTeX2e, for example the \g@addto@macro macro:

1
2
3
4
5
\long\def\g@addto@macro#1#2{%
\begingroup
\toks@\expandafter{#1#2}%
\xdef#1{\the\toks@}%
\endgroup}

Hook Managemant















PDF at LaTeX Hook management, feel free to get it.


LaTeX Hook management
https://zongpingding.github.io/2024/11/12/latex_hook/
Author
Eureka
Posted on
November 12, 2024
Licensed under