From 7d8dd653ee56f462798fe27df3eea8321846fb27 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 Jul 2016 22:26:24 +0000 Subject: emisa (19jul16) git-svn-id: svn://tug.org/texlive/trunk@41731 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/emisa/emisa.dtx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex/emisa') diff --git a/Master/texmf-dist/source/latex/emisa/emisa.dtx b/Master/texmf-dist/source/latex/emisa/emisa.dtx index 1fda96a0831..a170c7dd3ca 100644 --- a/Master/texmf-dist/source/latex/emisa/emisa.dtx +++ b/Master/texmf-dist/source/latex/emisa/emisa.dtx @@ -46,7 +46,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesClass{emisa}% %<*class> -[2016/03/31 2.1 LaTeX class EMISA] +[2016/07/18 2.1.1 LaTeX class EMISA] % % %<*driver> @@ -966,6 +966,7 @@ This work consists of all files listed in manifest.txt. %\changes{v2.1}{2016/03/31}{Fix incompatible changes introduced by biblatex >3.3} %\changes{v2.1}{2016/03/31}{Changed \string\ifblank to \string\ifempty because of wrong interpretations. Not sure, whether this is needed of older versions} %\changes{v2.1}{2016/04/01}{Returned to \string\ifblank for the old versions} +%\changes{v2.1.1}{2016/07/18}{Bugfix: Change \string\ifempty\space to \string\ifdefvoid} % % % @@ -4309,7 +4310,7 @@ This work consists of all files listed in manifest.txt. % \end{macrocode} % We start by declaring the file name and date. % \begin{macrocode} -\ProvidesFile{emisa.bbx}[2016/03/31 2.1 EMISA bibliography style] +\ProvidesFile{emisa.bbx}[2016/07/18 2.1.1 EMISA bibliography style] % \end{macrocode} % The \DTXclassname bibliography style is built on top of the standard style \file{authoryear.bbx} % being loaded here \ldots @@ -4738,7 +4739,7 @@ This work consists of all files listed in manifest.txt. % \end{macrocode} % Formatting: name prefix (`von part'), \ldots % \begin{macrocode} - \ifempty{#3}{}{% + \ifdefvoid{#3}{}{% \mkbibnameprefix{#3}%\isdot \ifprefchar% replaces \ifpunctmark{'}% {}% @@ -4750,11 +4751,11 @@ This work consists of all files listed in manifest.txt. % \end{macrocode} % \ldots\ name affix (`junior part'), \ldots % \begin{macrocode} - \ifempty{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\addlowpenspace}% + \ifdefvoid{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\addlowpenspace}% % \end{macrocode} % \ldots\ and first name (initials). % \begin{macrocode} - \ifempty{#2}{}{\mkbibnamegiven{#2}\isdot}% + \ifdefvoid{#2}{}{\mkbibnamegiven{#2}\isdot}% }% }% % \end{macrocode} @@ -5984,7 +5985,7 @@ techreport = {},% % \end{macrocode} % % \begin{macrocode} -\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} % \end{macrocode} -- cgit v1.2.3