diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-20 23:15:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-20 23:15:19 +0000 |
commit | e036c78ef5115ea7d839a35e596601e48ea41c5c (patch) | |
tree | 8fbb25b47198ade90c8d002dab021a72a5c82b6e /Master/texmf-dist/tex/latex/nameauth | |
parent | b04039458a9af5fcac6c9f8c530489d18cefe77c (diff) |
nameauth 1.22 (20apr12)
git-svn-id: svn://tug.org/texlive/trunk@26073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nameauth')
-rw-r--r-- | Master/texmf-dist/tex/latex/nameauth/nameauth.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/nameauth/nameauth.sty b/Master/texmf-dist/tex/latex/nameauth/nameauth.sty index 2774f2109de..8d0cf9963df 100644 --- a/Master/texmf-dist/tex/latex/nameauth/nameauth.sty +++ b/Master/texmf-dist/tex/latex/nameauth/nameauth.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{nameauth} - [2012/03/25 v1.2 name authority macros to aid consistent display and indexing of names] + [2012/04/20 v1.22 name authority macros to aid consistent display and indexing of names] \newif\if@nameauth@DoFormat \newif\if@nameauth@DoIndex @@ -112,6 +112,7 @@ \protected@edef\Surnames{#3}% \if@nameauth@DoCaps% \protected@edef\Shortnames{\@nameauth@CapRoot{#3,}}% + \protected@edef\Surnames{\@nameauth@CapRoot{#3,}}% \else% \protected@edef\Shortnames{\@nameauth@Root{#3,}}% \fi% |