summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-20 23:15:19 +0000
committerKarl Berry <karl@freefriends.org>2012-04-20 23:15:19 +0000
commite036c78ef5115ea7d839a35e596601e48ea41c5c (patch)
tree8fbb25b47198ade90c8d002dab021a72a5c82b6e /Master/texmf-dist
parentb04039458a9af5fcac6c9f8c530489d18cefe77c (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')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/README2
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/nameauth.pdfbin633450 -> 633876 bytes
-rw-r--r--Master/texmf-dist/source/latex/nameauth/nameauth.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/nameauth/nameauth.sty3
4 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/nameauth/README b/Master/texmf-dist/doc/latex/nameauth/README
index da2519131b2..687f0991654 100644
--- a/Master/texmf-dist/doc/latex/nameauth/README
+++ b/Master/texmf-dist/doc/latex/nameauth/README
@@ -1,7 +1,7 @@
The nameauth package
Charles P. Schaum
charles dot schaum at att dot net
-v1.2 from 2012/03/25
+v1.22 from 2012/04/20
Abstract
diff --git a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
index 2cc6eab5edd..f203cd72c18 100644
--- a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
+++ b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/nameauth/nameauth.dtx b/Master/texmf-dist/source/latex/nameauth/nameauth.dtx
index a1fb71cca39..81712f58a8b 100644
--- a/Master/texmf-dist/source/latex/nameauth/nameauth.dtx
+++ b/Master/texmf-dist/source/latex/nameauth/nameauth.dtx
@@ -26,7 +26,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%<package>\ProvidesPackage{nameauth}
%<*package>
- [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]
%</package>
%
%<*driver>
@@ -58,7 +58,7 @@
\usepackage{makeidx}
\usepackage{multicol}
\usepackage[toc]{multitoc}
-\usepackage{nameauth}[2012/03/25]
+\usepackage{nameauth}[2012/04/20]
\usepackage{hypdoc}
\makeindex
\frenchspacing
@@ -73,7 +73,7 @@
%</driver>
% \fi
%
-% \CheckSum{983}
+% \CheckSum{986}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -102,9 +102,10 @@
% \changes{v0.94}{2012/02/15}{Added index suppression, error checking, name particle caps}
% \changes{v0.95}{2012/02/17}{Bugfixes}
% \changes{v0.96}{2012/02/19}{Bugfixes}
-% \changes{v1.0}{2012/02/20}{Works fully with \textsf{microtype} and \textsf{memoir}.}
+% \changes{v1.0}{2012/02/20}{Works fully with \textsf{microtype} and \textsf{memoir}}
% \changes{v1.1}{2012/03/08}{Fixed errors when emitting warnings}
% \changes{v1.2}{2012/03/25}{Added tagging features; extensively edited documentation}
+% \changes{v1.22}{2012/04/20}{Also capitalize particles on first use}
%
% \DoNotIndex{\@empty, \@gobble, \@period, \@token, \if@nameauth@DoComma, \if@nameauth@DoFormat, \if@nameauth@Punct, \if@nameauth@DoIndex, \if@nameauth@Comma, \if@nameauth@DoCaps, \protected@edef, \zap@space, \bfseries, \bgroup, \csgdef, \csundef, \DeclareDocumentCommand, \DeclareOption, \def, \detokenize, \edef, \egroup, \else, \endcsname, \endinput, \ExecuteOptions, \expandafter, \fi, \Forenames, \futurelet \if, \IfBooleanTF, \ifcsname,\IfValueTF, \ifx, \index, \itshape, \let, \newcommand, \newenvironment, \newif, \PackageWarning, \ProcessOptions, \relax, \renewcommand, \RequirePackage, \scshape, \space, \Shortnames, \Surnames, \Surnamesi, \Surnamesii, \Test, \TestDot, \TestEnd, \TestPunct, \TestStop, \uppercase}
%
@@ -1075,12 +1076,14 @@
% \changes{v0.95}{2012/02/17}{Fixed incompatibility with \textsf{microtype}}
% \changes{v0.96}{2012/02/19}{Fixed occasional incompatibility with \textsf{memoir}.}
% \changes{v1.0}{2012/02/20}{Fixed compatibility issues.}
+% \changes{v1.22}{2012/04/20}{Capitalize particles on first use.}
% \begin{macrocode}
\DeclareDocumentCommand\Name{s o m o}%
{%
\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%
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%