diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-22 21:16:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-22 21:16:07 +0000 |
commit | 60dad160399d0c4db47b28e2c5351f3d0affdb06 (patch) | |
tree | d556a75311f437fd6cef2dae580435b8f47263a6 /Master/texmf-dist/source/latex/thmtools | |
parent | 59b1d0358148d12f843891c68805b522f8770e2c (diff) |
thmtools (22apr14)
git-svn-id: svn://tug.org/texlive/trunk@33624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/thmtools')
-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} |