diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty b/Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty index 96eaff49d00..83bc27602a3 100644 --- a/Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty +++ b/Master/texmf-dist/tex/latex/amsrefs/amsrefs.sty @@ -34,7 +34,7 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{amsrefs}[2013/01/16 v2.12] +\ProvidesPackage{amsrefs}[2013/03/07 v2.14] \def\amsrefs@warning@nl{\PackageWarningNoLine{amsrefs}} \@ifpackagewith{amsrefs}{beta}{% \amsrefs@warning@nl{The beta option is obsolete}% @@ -89,6 +89,7 @@ \edef#1{\macrotext#1}% } \def\auto@protect#1{\def#1{\@nx#1}} +\def\auto@stringify#1{\def#1{\string#1}} \def\g@undef#1{\global\let#1\relax} \def\@concat#1#2{\edef#1{#1#2}} \def\add@toks@{\addto@hook\toks@} @@ -585,7 +586,7 @@ \widowpenalty\clubpenalty \frenchspacing \ResetCapSFCodes - \star@{\@biblistsetup}{}% + \@ifstar{\@biblistsetup}{}% } \newcommand{\@biblistsetup}[1]{% \RestrictedSetKeys{}{biblist}{\the\rsk@toks}{#1}% @@ -2310,6 +2311,8 @@ \else \begingroup \let\name\@firstofone + \@apply\auto@stringify\amsrefs@textsymbols + \@apply\auto@stringify\amsrefs@textaccents \@ifundefined{amsrefs@stem@\current@stem}{% \expandafter\gdef\csname amsrefs@stem@\current@stem\endcsname{}% }{% |