diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-21 22:47:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-21 22:47:19 +0000 |
commit | 9d9325044d4f254830803e5ad00d4e4cbf610bae (patch) | |
tree | e394565a6d12c57274ac85eccedce8dc6262a449 /Master/texmf-dist/tex | |
parent | b7a42ca026c0a7da0b9c72e8c6ac799035903c34 (diff) |
nameauth 1.24 (21apr12)
git-svn-id: svn://tug.org/texlive/trunk@26085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/nameauth/nameauth.sty | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/nameauth/nameauth.sty b/Master/texmf-dist/tex/latex/nameauth/nameauth.sty index 8d0cf9963df..ce7022ec3f0 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/04/20 v1.22 name authority macros to aid consistent display and indexing of names] + [2012/04/21 v1.24 name authority macros to aid consistent display and indexing of names] \newif\if@nameauth@DoFormat \newif\if@nameauth@DoIndex @@ -112,7 +112,6 @@ \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% |