texlive[41731] Master/texmf-dist: emisa (19jul16)

commits+karl at tug.org commits+karl at tug.org
Wed Jul 20 00:26:24 CEST 2016


Revision: 41731
          http://tug.org/svn/texlive?view=revision&revision=41731
Author:   karl
Date:     2016-07-20 00:26:24 +0200 (Wed, 20 Jul 2016)
Log Message:
-----------
emisa (19jul16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/emisa/README.md
    trunk/Master/texmf-dist/doc/latex/emisa/emisa.pdf
    trunk/Master/texmf-dist/doc/latex/emisa/manifest.txt
    trunk/Master/texmf-dist/source/latex/emisa/emisa.dtx
    trunk/Master/texmf-dist/tex/latex/emisa/emisa.bbx
    trunk/Master/texmf-dist/tex/latex/emisa/emisa.cbx
    trunk/Master/texmf-dist/tex/latex/emisa/emisa.cls

Modified: trunk/Master/texmf-dist/doc/latex/emisa/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/emisa/README.md	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/doc/latex/emisa/README.md	2016-07-19 22:26:24 UTC (rev 41731)
@@ -5,7 +5,7 @@
             Enterprise Modelling and Information Systems Architectures -
             An International Journal (EMISA)
 (c) 2015, 2016
-Version:    2.1        
+Version:    2.1.1        
 Maintainer: Stefan Strecker and Martin Sievers
 Email:      stefan.strecker at fernuni-hagen.de
             martin.sievers at schoenerpublizieren.de
@@ -27,12 +27,15 @@
 ```
 
 ## Changelog
+### 2.1.1 to 2.1
 
-### 2.1  to 2.01
+* Fixed a bug introduced with version 2.1. Undefined macro \ifempty was changed to \ifdefvoid
 
+### 2.1  to 2.0.1
+
 * Fixed a bug introduced by incompatible changes of latest biblatex packages (>3.3)
 
-### 2.01 to 2.0
+### 2.0.1 to 2.0
 
 * Set uniquelist option to false in order to change the cite output
 * Changed maxcitenames=3 to maxcitenames=2

Modified: trunk/Master/texmf-dist/doc/latex/emisa/emisa.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/emisa/manifest.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/emisa/manifest.txt	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/doc/latex/emisa/manifest.txt	2016-07-19 22:26:24 UTC (rev 41731)
@@ -24,7 +24,7 @@
 used in the LaTeX Project Public License, are to be interpreted
 in the case of this work.
 
-March 31, 2016 (version 2.1)
+July, 18th 2016 (version 2.1.1)
 
 
 

Modified: trunk/Master/texmf-dist/source/latex/emisa/emisa.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/emisa/emisa.dtx	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/source/latex/emisa/emisa.dtx	2016-07-19 22:26:24 UTC (rev 41731)
@@ -46,7 +46,7 @@
 %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<class>\ProvidesClass{emisa}%
 %<*class>
-[2016/03/31 2.1 LaTeX class EMISA]
+[2016/07/18 2.1.1 LaTeX class EMISA]
 %</class>
 %
 %<*driver>
@@ -966,6 +966,7 @@
 %\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 @@
 %    \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 @@
 %    \end{macrocode}
 % Formatting: name prefix (`von part'), \ldots
 %    \begin{macrocode}
-    \ifempty{#3}{}{%
+    \ifdefvoid{#3}{}{%
        \mkbibnameprefix{#3}%\isdot
        \ifprefchar% replaces \ifpunctmark{'}%
        {}%
@@ -4750,11 +4751,11 @@
 %    \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 @@
 %    \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}

Modified: trunk/Master/texmf-dist/tex/latex/emisa/emisa.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/emisa/emisa.bbx	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/tex/latex/emisa/emisa.bbx	2016-07-19 22:26:24 UTC (rev 41731)
@@ -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}%
    }%
 }%
 {%

Modified: trunk/Master/texmf-dist/tex/latex/emisa/emisa.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/emisa/emisa.cbx	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/tex/latex/emisa/emisa.cbx	2016-07-19 22:26:24 UTC (rev 41731)
@@ -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}

Modified: trunk/Master/texmf-dist/tex/latex/emisa/emisa.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/emisa/emisa.cls	2016-07-19 22:26:07 UTC (rev 41730)
+++ trunk/Master/texmf-dist/tex/latex/emisa/emisa.cls	2016-07-19 22:26:24 UTC (rev 41731)
@@ -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}%



More information about the tex-live-commits mailing list