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/tex/latex/thmtools/thm-autoref.sty | |
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/tex/latex/thmtools/thm-autoref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty index 3f55ec79e4f..e7d9dd4bc00 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty @@ -11,7 +11,7 @@ %% The `thmtools' package has the LPPL maintenance status: maintained. %% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de %% -%% Copyright (C) 2008-2012 by Ulrich M. Schwarz. +%% Copyright (C) 2008-2014 by Ulrich M. Schwarz. %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, version 1.3a. @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-autoref}[2012/05/04 v63] +\ProvidesPackage {thm-autoref}[2014/04/21 v66] \RequirePackage{thm-patch, aliasctr, parseargs, keyval} @@ -45,7 +45,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{}{% |