summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thmtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thmtools/source')
-rw-r--r--macros/latex/contrib/thmtools/source/VERSION.tex2
-rw-r--r--macros/latex/contrib/thmtools/source/thm-kv.dtx15
2 files changed, 11 insertions, 6 deletions
diff --git a/macros/latex/contrib/thmtools/source/VERSION.tex b/macros/latex/contrib/thmtools/source/VERSION.tex
index bfdd191c56..b93d3d5934 100644
--- a/macros/latex/contrib/thmtools/source/VERSION.tex
+++ b/macros/latex/contrib/thmtools/source/VERSION.tex
@@ -1 +1 @@
-\def\VERSION{2023/02/04 v0.74}
+\def\VERSION{2023/02/17 v0.75}
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
}%
}