diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxjaholiday/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/bxjaholiday/README.md | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjaholiday/README.md b/Master/texmf-dist/doc/latex/bxjaholiday/README.md new file mode 100644 index 00000000000..86ee29a75e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxjaholiday/README.md @@ -0,0 +1,62 @@ +# BXjaholiday Package + +LaTeX: Support for Japanese holidays + +## System requirements + +* TeX format: LaTeX +* TeX engine: pdfTeX, XeTeX, LuaTeX, pTeX, and upTeX (The e-TeX extension is **required**) + +## Usage + +This package provides following LaTeX2e commands: + +```tex +\jaholidayname{<year>}{<month>}{<day>} +\jadayofweek{<year>}{<month>}{<day>} +\IfJaHoliday(TF){<year>}{<month>}{<day>}{<true code>}{<false code>} +``` + +Further functions are provided for expl3. See the manual (`bxjaholiday.pdf`) for the details. + +## Building + +You can easily build this package with [l3build](https://github.com/latex3/l3build). + +* Installing the package to TEXMFHOME + +``` +$ ./build.lua install --full +``` + +* Typesetting documentation + +``` +$ ./build.lua doc +``` + +* Running tests + +``` +$ ./build.lua check +``` + +## License + +This package is distributed under [the MIT license](./LICENSE). + +## Revision History + +* Version 1.0.0 ‹2019/02/03› + * Add documentation + * Rename `\g_bxjh_sport_tl` -> `\g_bxjh_sports_tl` +* Version 0.2.0 ‹2019/01/27› + * Support special holidays in 2019 + * Add new expl3 interface `\bxjh_apply_(next|prev)_day:Nnnn` + * Fix a potential bug +* Version 0.1.0 ‹2018/12/03› + * The first public version + +--- + +Takuto ASAKURA ([wtsnjp](https://twitter.com/wtsnjp)) |