diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty b/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty index 489d376a897..9c55a6f7812 100644 --- a/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty +++ b/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty @@ -1,7 +1,7 @@ %% %% This is file 'bxcalcux.sty'. %% -%% Copyright (c) 2018 Takayuki YATO (aka. "ZR") +%% Copyright (c) 2018-2019 Takayuki YATO (aka. "ZR") %% GitHub: https://github.com/zr-tex8r %% Twitter: @zr_tex8r %% @@ -10,7 +10,7 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bxcalcux}[2018/01/28 v1.0a] +\ProvidesPackage{bxcalcux}[2019/11/24 v1.0b] \def\bxcx@pkgname{bxcalcux} %% code guards @@ -195,7 +195,7 @@ } \def\bxcx@parse@cs#1{ %\typeout{<cs:\string#1>} - \bxcx@cond\ifx#1\bxcx@end\fi{ + \bxcx@cond{\ifx#1\bxcx@end}\fi{% NB. #1 can be \fi \bxcx@parse@fin }{%else \ifcsdef{bxcx@arity\string#1}{ |