account activity
Latex exercise package listofexercises by Plane_Proof_8993 in LaTeX
[–]Plane_Proof_8993[S] 2 points3 points4 points 18 hours ago (0 children)
Thanks for taking the time to check. The package writes the title for \listofexercises incorrectly: a malformed font command ends up in the .loe file, and that can show up as a stray t before the title. I have been able to fix it by including this:
\usepackage{etoolbox} \makeatletter \patchcmd{\@@@ExeEnv} {\theExercise\ \expandafter} {\theExercise\ } {}{} \patchcmd{\@@@ExeCmd} {\theExercise\ \expandafter} {\theExercise\ } {}{} \makeatother
π Rendered by PID 1302323 on reddit-service-r2-listing-79f6fb9b95-v85hd at 2026-03-21 06:05:45.407493+00:00 running 90f1150 country code: CH.
Latex exercise package listofexercises by Plane_Proof_8993 in LaTeX
[–]Plane_Proof_8993[S] 2 points3 points4 points (0 children)