diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-28 20:40:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-28 20:40:39 +0000 |
commit | 32e9cc15036ab0c699d2fda6f846890fb43389e9 (patch) | |
tree | 69f691e646aca5dda1fbf12fdb75bc951d79b9a0 /Master/texmf-dist/tex/latex | |
parent | fe334028b5c254c919a4ee67103800aba1f481e4 (diff) |
bxjaholiday (28sep21)
git-svn-id: svn://tug.org/texlive/trunk@60636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjaholiday/bxjaholiday.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjaholiday/bxjaholiday.sty b/Master/texmf-dist/tex/latex/bxjaholiday/bxjaholiday.sty index cb80232ee18..b816240b419 100644 --- a/Master/texmf-dist/tex/latex/bxjaholiday/bxjaholiday.sty +++ b/Master/texmf-dist/tex/latex/bxjaholiday/bxjaholiday.sty @@ -1,7 +1,7 @@ %% %% This is file 'bxjaholiday.sty'. %% -%% Copyright 2018-2020 Takuto ASAKURA (wtsnjp) +%% Copyright 2018-2021 Takuto ASAKURA (wtsnjp) %% GitHub: https://github.com/wtsnjp %% Twitter: @wtsnjp %% @@ -13,7 +13,7 @@ % -------------------------------------------------- declarations \RequirePackage{expl3} -\ProvidesExplPackage {bxjaholiday} {2020/11/28} {1.1.0} +\ProvidesExplPackage {bxjaholiday} {2021-09-28} {1.1.1} {Support for Japanese holidays} % -------------------------------------------------- utilities @@ -850,7 +850,7 @@ { 10 } % October { - \int_compare:nNnTF { #1 } > { 2020 } + \int_compare:nNnTF { #1 } > { 2021 } { \__bxjh_int_compare_and:nnT % second Monday { \int_div_truncate:nn { #3 - 1 } { 7 } = 1 } @@ -861,7 +861,9 @@ { \g_bxjh_sports_tl } } { - \int_compare:nNnTF { #1 } = { 2020 } + \bool_lazy_or:nnTF + { \int_compare_p:n { #1 = 2020 } } + { \int_compare_p:n { #1 = 2021 } } { % pass because of 2020 Tokyo Olympic } |