summaryrefslogtreecommitdiff
path: root/language/japanese/BX/bxjaholiday/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/BX/bxjaholiday/README.md')
-rw-r--r--language/japanese/BX/bxjaholiday/README.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/language/japanese/BX/bxjaholiday/README.md b/language/japanese/BX/bxjaholiday/README.md
new file mode 100644
index 0000000000..86ee29a75e
--- /dev/null
+++ b/language/japanese/BX/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))