Skip to content

Commit

Permalink
UseTaggingSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Dec 6, 2024
1 parent 9b9c158 commit 537b326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project-examples/amsldoc/amsldoc-tagged.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
\def\@starttoc#1{\begingroup
\let\autoindex\@gobble
\makeatletter
\@starttoc@cfgpoint@before{#1}% <.------- new UF
\UseTaggingSocket{toc/starttoc/before}{#1}% <.------- new UF
\@input{\jobname.#1}\if@filesw
\@starttoc@cfgpoint@after{#1}% <--------- new UF
\UseTaggingSocket{toc/starttoc/after}{#1}% <--------- new UF
\expandafter\newwrite\csname tf@#1\endcsname
\immediate\openout
\csname tf@#1\endcsname \jobname.#1\relax
Expand Down

0 comments on commit 537b326

Please sign in to comment.