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/latex/bxcalc/bxcalc.sty | |
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/latex/bxcalc/bxcalc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxcalc/bxcalc.sty | 8 |
1 files changed, 5 insertions, 3 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 |