summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-19 22:26:24 +0000
committerKarl Berry <karl@freefriends.org>2016-07-19 22:26:24 +0000
commit7d8dd653ee56f462798fe27df3eea8321846fb27 (patch)
tree44479d3260460f05ed28b2886a0324c2a6554c51
parent413c087ced3433049aab7d00f093b1ee05d1a1b8 (diff)
emisa (19jul16)
git-svn-id: svn://tug.org/texlive/trunk@41731 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/emisa/README.md9
-rw-r--r--Master/texmf-dist/doc/latex/emisa/emisa.pdfbin425015 -> 425029 bytes
-rw-r--r--Master/texmf-dist/doc/latex/emisa/manifest.txt2
-rw-r--r--Master/texmf-dist/source/latex/emisa/emisa.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/emisa/emisa.bbx8
-rw-r--r--Master/texmf-dist/tex/latex/emisa/emisa.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/emisa/emisa.cls2
7 files changed, 20 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/emisa/README.md b/Master/texmf-dist/doc/latex/emisa/README.md
index b326f93963e..1be2676159c 100644
--- a/Master/texmf-dist/doc/latex/emisa/README.md
+++ b/Master/texmf-dist/doc/latex/emisa/README.md
@@ -5,7 +5,7 @@ emisa -- A LaTeX package for preparing manuscripts for the journal EMISA
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@fernuni-hagen.de
martin.sievers@schoenerpublizieren.de
@@ -27,12 +27,15 @@ Read emisa.pdf for author instructions and style guidelines.
```
## 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
diff --git a/Master/texmf-dist/doc/latex/emisa/emisa.pdf b/Master/texmf-dist/doc/latex/emisa/emisa.pdf
index 08f763ee86d..347273d1b76 100644
--- a/Master/texmf-dist/doc/latex/emisa/emisa.pdf
+++ b/Master/texmf-dist/doc/latex/emisa/emisa.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/emisa/manifest.txt b/Master/texmf-dist/doc/latex/emisa/manifest.txt
index 421e8320cb3..f40c98dc6d9 100644
--- a/Master/texmf-dist/doc/latex/emisa/manifest.txt
+++ b/Master/texmf-dist/doc/latex/emisa/manifest.txt
@@ -24,7 +24,7 @@ precisely, it explains how the locutions "Work" and "Compiled Work",
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)
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 @@
%<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 @@ 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}
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}%