diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-10 22:26:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-10 22:26:08 +0000 |
commit | ff3c93e9ce39119d004e551043abd8c3f49c6104 (patch) | |
tree | 0df63c3a27ebcf05f5442a1273c9a1bca3f16070 | |
parent | 5d3c138f1e0130260df2854f9c75cbae0020d43c (diff) |
amsrefs (10mar13)
git-svn-id: svn://tug.org/texlive/trunk@29326 c570f23f-e606-0410-a88d-b1316a301751
12 files changed, 27 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/amsrefs/amsrefs.pdf b/Master/texmf-dist/doc/latex/amsrefs/amsrefs.pdf Binary files differindex 8497cf04051..19ab9406af0 100644 --- a/Master/texmf-dist/doc/latex/amsrefs/amsrefs.pdf +++ b/Master/texmf-dist/doc/latex/amsrefs/amsrefs.pdf diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xa.tex b/Master/texmf-dist/doc/latex/amsrefs/cite-xa.tex index 4444fd5ce66..4444fd5ce66 100644 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xa.tex +++ b/Master/texmf-dist/doc/latex/amsrefs/cite-xa.tex diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xb.tex b/Master/texmf-dist/doc/latex/amsrefs/cite-xb.tex index 87646eb51ae..87646eb51ae 100644 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xb.tex +++ b/Master/texmf-dist/doc/latex/amsrefs/cite-xb.tex diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xh.tex b/Master/texmf-dist/doc/latex/amsrefs/cite-xh.tex index d0b50a72848..d0b50a72848 100644 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xh.tex +++ b/Master/texmf-dist/doc/latex/amsrefs/cite-xh.tex diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xs.tex b/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex index a4f2eae6e88..a4f2eae6e88 100644 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xs.tex +++ b/Master/texmf-dist/doc/latex/amsrefs/cite-xs.tex diff --git a/Master/texmf-dist/source/latex/amsrefs/gktest.ltb b/Master/texmf-dist/doc/latex/amsrefs/gktest.ltb index cad1401a605..cad1401a605 100644 --- a/Master/texmf-dist/source/latex/amsrefs/gktest.ltb +++ b/Master/texmf-dist/doc/latex/amsrefs/gktest.ltb diff --git a/Master/texmf-dist/source/latex/amsrefs/jr.bib b/Master/texmf-dist/doc/latex/amsrefs/jr.bib index 38e4eef28a4..38e4eef28a4 100644 --- a/Master/texmf-dist/source/latex/amsrefs/jr.bib +++ b/Master/texmf-dist/doc/latex/amsrefs/jr.bib diff --git a/Master/texmf-dist/source/latex/amsrefs/README b/Master/texmf-dist/source/latex/amsrefs/README index 0571c4c4dbe..920bd350561 100644 --- a/Master/texmf-dist/source/latex/amsrefs/README +++ b/Master/texmf-dist/source/latex/amsrefs/README @@ -1,4 +1,4 @@ -README for amsrefs 2.12 [2013/01/15] +README for amsrefs 2.14 [2013/03/07] Copyright 2001-2004, 2007, 2008, 2010-2013 American Mathematical Society. @@ -236,6 +236,13 @@ Bug fix: Spaces are now ignored inside the first argument (the ======================================================================== V. CHANGE LOG (REVERSE CHRONOLOGICAL ORDER) +2012-03-07 amsrefs.dtx v2.14 + -- More thorough patch to \calc@alpha@suffix. + +2012-03-06 amsrefs.dtx v2.13 + -- Patched \calc@alpha@suffix to fix a problem with use of + \etalchar in alphabetic labels. + 2012-01-15 amsrefs.dtx v2.12 -- Added *-optional argument to biblist to allow setting of new per-biblist prefix and labels options. diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx index 60ad1633760..910ef3d8896 100644 --- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx +++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx @@ -1,6 +1,6 @@ % \def\filename{amsrefs.dtx} -% \def\fileversion{2.12} -% \def\filedate{2013/01/16} +% \def\fileversion{2.14} +% \def\filedate{2013/03/07} % % \iffalse meta-comment % @@ -834,7 +834,7 @@ % Standard declaration of package name and date. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{amsrefs}[2013/01/16 v2.12] +\ProvidesPackage{amsrefs}[2013/03/07 v2.14] % \end{macrocode} % % \begin{macro}{\amsrefs@warning@nl} @@ -962,6 +962,12 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\auto@stringify} +% \begin{macrocode} +\def\auto@stringify#1{\def#1{\string#1}} +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\g@undef} % Globally undefine a control sequence. % \begin{macrocode} @@ -1940,7 +1946,7 @@ \widowpenalty\clubpenalty \frenchspacing \ResetCapSFCodes - \star@{\@biblistsetup}{}% + \@ifstar{\@biblistsetup}{}% } % \end{macrocode} % \end{macro} @@ -6226,6 +6232,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{}% }{% @@ -8204,7 +8212,7 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{amsbst}[2013/01/16 v2.12] +\ProvidesPackage{amsbst}[2013/03/07 v2.14] %\RequirePackage{amsrefs}[2004/03/29] % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/amsrefs/manifest.txt b/Master/texmf-dist/source/latex/amsrefs/manifest.txt index 0fa505e34e2..d5943699b09 100644 --- a/Master/texmf-dist/source/latex/amsrefs/manifest.txt +++ b/Master/texmf-dist/source/latex/amsrefs/manifest.txt @@ -56,15 +56,9 @@ amsrefs.ins amsxport.dtx amsxport.ins changes.tex -cite-xa.tex -cite-xb.tex -cite-xh.tex -cite-xs.tex -gktest.ltb ifoption.dtx ifoption.ins install.txt -jr.bib manifest.txt mathscinet.dtx mathscinet.ins diff --git a/Master/texmf-dist/tex/latex/amsrefs/amsbst.sty b/Master/texmf-dist/tex/latex/amsrefs/amsbst.sty index d4ec93f0f2a..ff17f12253a 100644 --- a/Master/texmf-dist/tex/latex/amsrefs/amsbst.sty +++ b/Master/texmf-dist/tex/latex/amsrefs/amsbst.sty @@ -34,7 +34,7 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{amsbst}[2013/01/16 v2.12] +\ProvidesPackage{amsbst}[2013/03/07 v2.14] \BibSpec{article}{% +{} {\PrintAuthors} {author} +{.} { } {title} 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{}% }{% |