[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/nfssfont: added missing \else branch to nfssfont (4217e53a)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Oct 12 16:42:27 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : hotfix/nfssfont
Link       : https://github.com/latex3/latex2e/commit/4217e53a8fa8f9d5bfb7ac3b8b62dbe990d08652

>---------------------------------------------------------------

commit 4217e53a8fa8f9d5bfb7ac3b8b62dbe990d08652
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Oct 12 16:42:27 2019 +0200

    added missing \else branch to nfssfont


>---------------------------------------------------------------

4217e53a8fa8f9d5bfb7ac3b8b62dbe990d08652
 base/changes.txt  | 4 ++++
 base/nfssfont.dtx | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 8dc09021..3e233bca 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -8,6 +8,10 @@ are not part of the distribution.
 # 2019-10-01 PL 1 Release
 #########################
 
+2019-10-12  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* nfssfont.dtx: added a missing \else branch so that \action is always carried out
+
 2019-10-11  David Carlisle  <David.Carlisle at latex-project.org>
 
 	* ltfiles.dtx: Remove One Brace group before using \string\csname in \set at curr@file.
diff --git a/base/nfssfont.dtx b/base/nfssfont.dtx
index a77dfba7..fc92f834 100644
--- a/base/nfssfont.dtx
+++ b/base/nfssfont.dtx
@@ -26,8 +26,8 @@
 % extension .ins) which are part of the distribution.
 %
 % \fi
-\def\nfssfontfileversion{v2.2d}
-\def\nfssfontfiledate{2015/02/01}
+\def\nfssfontfileversion{v2.2e}
+\def\nfssfontfiledate{2019/10/12}
 
 %
 % \iffalse
@@ -258,6 +258,8 @@
    \string\help\space for help [ \string\table\space\string\bye\space]:}%
  \ifx\action\empty
    \expandafter\table\expandafter\bye
+ \else
+   \expandafter\action
  \fi
 }
 %    \end{macrocode}





More information about the latex3-commits mailing list