summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thmtools/source/thm-kv.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-18 03:01:32 +0000
committerNorbert Preining <norbert@preining.info>2023-02-18 03:01:32 +0000
commit4ff14bd6227f033e0d226f68a153f4a8c6458d16 (patch)
tree7ec4972c299f416960bd8426facbb245545d05e7 /macros/latex/contrib/thmtools/source/thm-kv.dtx
parentcb7cbc1f98cedde266389c64619b6dbfaec14f87 (diff)
CTAN sync 202302180301
Diffstat (limited to 'macros/latex/contrib/thmtools/source/thm-kv.dtx')
-rw-r--r--macros/latex/contrib/thmtools/source/thm-kv.dtx15
1 files changed, 10 insertions, 5 deletions
diff --git a/macros/latex/contrib/thmtools/source/thm-kv.dtx b/macros/latex/contrib/thmtools/source/thm-kv.dtx
index 7859126274..9fb16c499f 100644
--- a/macros/latex/contrib/thmtools/source/thm-kv.dtx
+++ b/macros/latex/contrib/thmtools/source/thm-kv.dtx
@@ -270,14 +270,19 @@
\else
\protected@edef\thmt@tmp{%
% expand \thmt@envname and \thmt@parent
- \@nx\addtotheorempreheadhook[\thmt@envname @unique]{\@nx\setuniqmark{\thmt@envname.\@nx\@nameuse{the\thmt@parent}}}%
- \@nx\addtotheorempreheadhook[\thmt@envname @numbered]{\@nx\setuniqmark{\thmt@envname.\@nx\@nameuse{the\thmt@parent}}}%
- \@nx\addtotheorempreheadhook[\thmt@envname @unique]{\def\@nx\thmt@dummyctrautorefname{\thmt@thmname\@nx\@gobble}}%
- \@nx\addtotheorempreheadhook[\thmt@envname @numbered]{\def\@nx\thmt@dummyctrautorefname{\thmt@thmname\@nx\@gobble}}%
+ \@nx\addtotheorempreheadhook[\thmt@envname @unique]{%
+ \@nx\setuniqmark{\thmt@envname.\@nx\@nameuse{the\thmt@parent}}}%
+ \@nx\addtotheorempreheadhook[\thmt@envname @numbered]{%
+ \@nx\setuniqmark{\thmt@envname.\@nx\@nameuse{the\thmt@parent}}}%
+ \@nx\addtotheorempreheadhook[\thmt@envname @unique]{%
+ \def\@nx\thmt@dummyctrautorefname{\thmt@thmname\@nx\@gobble}}%
+ \@nx\addtotheorempreheadhook[\thmt@envname @numbered]{%
+ \def\@nx\thmt@dummyctrautorefname{\thmt@thmname\@nx\@gobble}}%
}%
\thmt@tmp
\fi
- % \addtotheorempreheadhook[\thmt@envname]{\def\thmt@dummyctrautorefname{\thmt@thmname\@gobble}}%
+ % \addtotheorempreheadhook[\thmt@envname]{%
+ % \def\thmt@dummyctrautorefname{\thmt@thmname\@gobble}}%
\fi
}%
}