Skip to content

Commit c7f222a

Browse files
committed
closes #126
1 parent 0f45d6d commit c7f222a

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

‎preamble.tex‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,18 @@
358358
\newtheorem{remark}[dummy]{Remark}
359359
\newtheorem{example}[dummy]{Example}
360360

361+
% needed to compile with texlive ≥2024: https://tex.stackexchange.com/a/732053
362+
\AddToHook{env/theorem/begin}{\crefalias{dummy}{theorem}}
363+
\AddToHook{env/proposition/begin}{\crefalias{dummy}{proposition}}
364+
\AddToHook{env/lemma/begin}{\crefalias{dummy}{lemma}}
365+
\AddToHook{env/corollary/begin}{\crefalias{dummy}{corollary}}
366+
\AddToHook{env/conjecture/begin}{\crefalias{dummy}{conjecture}}
367+
\AddToHook{env/definition/begin}{\crefalias{dummy}{definition}}
368+
\AddToHook{env/construction/begin}{\crefalias{dummy}{construction}}
369+
\AddToHook{env/warning/begin}{\crefalias{dummy}{warning}}
370+
\AddToHook{env/remark/begin}{\crefalias{dummy}{remark}}
371+
\AddToHook{env/example/begin}{\crefalias{dummy}{example}}
372+
361373
% sseqpages definitions
362374

363375
\DeclareSseqGroup\tower {m} {
@@ -438,7 +450,7 @@
438450
\kern-\scriptspace%
439451
#2}
440452

441-
% from hood chatham:
453+
% from hood chatham:
442454
\makeatletter
443455
\def\idxentry{\@ifnextchar[{\idxentry@}{\idxentry@dbl}}
444456
% \def\idxentry@dbl#1{\mycommand@[#1]{#1}}

0 commit comments

Comments
 (0)