diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/thmtools/thm-patch.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/thmtools/thmtools.dtx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx b/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx index ea775854de8..90a164f1afb 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx @@ -44,7 +44,7 @@ \def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{% \@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}% \ifcsname #2refname\endcsname - \csname #2refname\endcsname{\thmt@envname}{#3}{#4}% + \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% \fi } \define@key{thmdef}{refname}{\thmt@trytwice{}{% diff --git a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx index cc6ab2fe68d..39f245d56bc 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx @@ -156,7 +156,7 @@ \@xa\let\csname thmt@original@end#1\@xa\endcsname\csname end#1\endcsname \@xa\def\csname end#1\endcsname{% % these need to be in opposite order of headhooks. - \csname thmtgeneric@prefoothook\endcsname + \csname thmt@generic@prefoothook\endcsname \csname thmt@#1@prefoothook\endcsname \csname thmt@local@prefoothook\endcsname \csname thmt@original@end#1\endcsname diff --git a/Master/texmf-dist/source/latex/thmtools/thmtools.dtx b/Master/texmf-dist/source/latex/thmtools/thmtools.dtx index a234b01c478..d5139e30c64 100644 --- a/Master/texmf-dist/source/latex/thmtools/thmtools.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thmtools.dtx @@ -65,7 +65,7 @@ \PackageWarningNoLine{thmtools}{% amsthm loaded after thmtools }{}% - }}% + }{}}% } \@ifpackageloaded{ntheorem}{% \RequirePackage{thm-ntheorem} @@ -75,7 +75,7 @@ \PackageWarningNoLine{thmtools}{% ntheorem loaded after thmtools }{}% - }}% + }{}}% } \@ifclassloaded{beamer}{% \RequirePackage{thm-beamer} |