diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:24 +0000 |
commit | 7d8dd653ee56f462798fe27df3eea8321846fb27 (patch) | |
tree | 44479d3260460f05ed28b2886a0324c2a6554c51 /Master/texmf-dist/tex/latex/emisa | |
parent | 413c087ced3433049aab7d00f093b1ee05d1a1b8 (diff) |
emisa (19jul16)
git-svn-id: svn://tug.org/texlive/trunk@41731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/emisa')
-rw-r--r-- | Master/texmf-dist/tex/latex/emisa/emisa.bbx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/emisa/emisa.cbx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/emisa/emisa.cls | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/emisa/emisa.bbx b/Master/texmf-dist/tex/latex/emisa/emisa.bbx index c945aa112f1..6a72873d265 100644 --- a/Master/texmf-dist/tex/latex/emisa/emisa.bbx +++ b/Master/texmf-dist/tex/latex/emisa/emisa.bbx @@ -10,7 +10,7 @@ %% See there for more information. %% ------------------------------------------------------------------------ %% -\ProvidesFile{emisa.bbx}[2016/03/31 2.1 EMISA bibliography style] +\ProvidesFile{emisa.bbx}[2016/07/18 2.1.1 EMISA bibliography style] \RequireBibliographyStyle{authoryear} \newcommand*{\bibitemlabel}[1]{% \normalfont #1} @@ -127,14 +127,14 @@ \newbibmacro*{name:family-giveninit}[4]{% \usebibmacro{name:delim}{#2#3#1}% \usebibmacro{name:hook}{#2#3#1}% - \ifempty{#3}{}{% + \ifdefvoid{#3}{}{% \mkbibnameprefix{#3}%\isdot \ifprefchar% replaces \ifpunctmark{'}% {}% {\ifuseprefix{\addhighpenspace}{\addlowpenspace}}}% \mkbibnamefamily{#1}\addhighpenspace% - \ifempty{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\addlowpenspace}% - \ifempty{#2}{}{\mkbibnamegiven{#2}\isdot}% + \ifdefvoid{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\addlowpenspace}% + \ifdefvoid{#2}{}{\mkbibnamegiven{#2}\isdot}% }% }% {% diff --git a/Master/texmf-dist/tex/latex/emisa/emisa.cbx b/Master/texmf-dist/tex/latex/emisa/emisa.cbx index fcf2d3e98ad..88c76b2172e 100644 --- a/Master/texmf-dist/tex/latex/emisa/emisa.cbx +++ b/Master/texmf-dist/tex/latex/emisa/emisa.cbx @@ -10,7 +10,7 @@ %% See there for more information. %% ------------------------------------------------------------------------ %% -\ProvidesFile{emisa.cbx}[2016/03/31 2.1 EMISA citation style] +\ProvidesFile{emisa.cbx}[2016/07/18 2.1.1 EMISA citation style] \RequireCitationStyle{authoryear-comp} \renewcommand*{\nameyeardelim}{\addspace} \DeclareRangeChars*{f} diff --git a/Master/texmf-dist/tex/latex/emisa/emisa.cls b/Master/texmf-dist/tex/latex/emisa/emisa.cls index 7d09a357886..4aa63640019 100644 --- a/Master/texmf-dist/tex/latex/emisa/emisa.cls +++ b/Master/texmf-dist/tex/latex/emisa/emisa.cls @@ -31,7 +31,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{emisa}% -[2016/03/31 2.1 LaTeX class EMISA] +[2016/07/18 2.1.1 LaTeX class EMISA] \def\@clearglobaloption#1{% \def\@tempa{#1}% \def\@tempb{\@gobble}% |