diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-25 20:57:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-25 20:57:21 +0000 |
commit | b74bf845fb4e0db3d055ac4b2955e90db0fcbb74 (patch) | |
tree | 7096ea4993a2dd17a06eadd42887d3f32c067766 /Master/texmf-dist/tex | |
parent | 37e45cb1788cf1d703b0d31925e0be5f186c7906 (diff) |
bxcalc (25sep20)
git-svn-id: svn://tug.org/texlive/trunk@56431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bxcalc/bxcalcize.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty | 4 |
3 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty b/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty index d71eb2a3613..3336088f5b6 100644 --- a/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty +++ b/Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty @@ -1,7 +1,7 @@ %% %% This is file 'bxcalc.sty'. %% -%% Copyright (c) 2018-2019 Takayuki YATO (aka. "ZR") +%% Copyright (c) 2018-2020 Takayuki YATO (aka. "ZR") %% GitHub: https://github.com/zr-tex8r %% Twitter: @zr_tex8r %% @@ -10,14 +10,16 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bxcalc}[2019/11/24 v1.0b] +\ProvidesPackage{bxcalc}[2020/09/25 v1.1] \def\bxqcz@pkgname{bxcalc} %--------------------------------------- main %% packages \RequirePackage{calc}[] -\RequirePackage{bxcalcize}[2017/05/21]% v1.0 +\@ifl@t@r\fmtversion{2020/10/01}{}{%else + \RequirePackage{bxcalcize}[2017/05/21]% v1.0 +} \RequirePackage{bxcalcux}[2017/05/21]% v1.0 %--------------------------------------- \usepTeXunits diff --git a/Master/texmf-dist/tex/latex/bxcalc/bxcalcize.sty b/Master/texmf-dist/tex/latex/bxcalc/bxcalcize.sty index f469cd4ab9c..ebb119ae012 100644 --- a/Master/texmf-dist/tex/latex/bxcalc/bxcalcize.sty +++ b/Master/texmf-dist/tex/latex/bxcalc/bxcalcize.sty @@ -1,7 +1,7 @@ %% %% This is file 'bxcalcize.sty'. %% -%% Copyright (c) 2018-2019 Takayuki YATO (aka. "ZR") +%% Copyright (c) 2018-2020 Takayuki YATO (aka. "ZR") %% GitHub: https://github.com/zr-tex8r %% Twitter: @zr_tex8r %% @@ -10,7 +10,7 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bxcalcize}[2019/11/24 v1.0b] +\ProvidesPackage{bxcalcize}[2020/09/25 v1.1] \def\bxcy@pkgname{bxcalcize} %% code guards @@ -36,6 +36,14 @@ \RequirePackage{etoolbox}[] \ifx\numdef\@undefined\endinput\fi +% check kernel version +\@ifl@t@r\fmtversion{2020/10/01}{% + \PackageWarningNoLine\bxcy@pkgname + {Functionality of this package is already\MessageBreak + provided by LaTeX}% + \endinput +}{} + %% variables \newdimen\bxcy@resdim diff --git a/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty b/Master/texmf-dist/tex/latex/bxcalc/bxcalcux.sty index 9c55a6f7812..90e222643a7 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-2019 Takayuki YATO (aka. "ZR") +%% Copyright (c) 2018-2020 Takayuki YATO (aka. "ZR") %% GitHub: https://github.com/zr-tex8r %% Twitter: @zr_tex8r %% @@ -10,7 +10,7 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bxcalcux}[2019/11/24 v1.0b] +\ProvidesPackage{bxcalcux}[2020/09/25 v1.1] \def\bxcx@pkgname{bxcalcux} %% code guards |