summaryrefslogtreecommitdiff
path: root/language/japanese/BX/bxjaholiday/bxjaholiday.tex
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/BX/bxjaholiday/bxjaholiday.tex')
-rw-r--r--language/japanese/BX/bxjaholiday/bxjaholiday.tex19
1 files changed, 13 insertions, 6 deletions
diff --git a/language/japanese/BX/bxjaholiday/bxjaholiday.tex b/language/japanese/BX/bxjaholiday/bxjaholiday.tex
index 7980e7a8d1..a647083e93 100644
--- a/language/japanese/BX/bxjaholiday/bxjaholiday.tex
+++ b/language/japanese/BX/bxjaholiday/bxjaholiday.tex
@@ -1,4 +1,9 @@
-%#!xelatex
+% +++
+% latex = "xelatex"
+% extra_clean_files = [
+% "%B.synctex.gz", "%B.hd", "%B.glo"
+% ]
+% +++
\RequirePackage{fontspec}
\documentclass{l3doc}
@@ -37,9 +42,9 @@
% third column: Name in Japanese
\Ja { \tl_use:c { g_bxjh_#2_tl } } \\
}
-\cs_new:Npn \__bxjh_doc_week_of_day:nn #1#2
+\cs_new:Npn \__bxjh_doc_week_of_day_line:nn #1#2
{
- % first column: holiday
+ % first column: week of day
#1 &
% second column: int variable
\cs { c_bxjh_ \tl_lower_case:n{ #1 } _int } &
@@ -51,7 +56,7 @@
\Ja { \tl_use:c { g_bxjh_#2_tl } } \\
}
\cs_new_eq:NN \HolidayLine \__bxjh_doc_holiday_line:nn
-\cs_new_eq:NN \WeekofdayLine \__bxjh_doc_week_of_day:nn
+\cs_new_eq:NN \WeekofdayLine \__bxjh_doc_week_of_day_line:nn
\ExplSyntaxOff
% metadata
@@ -85,7 +90,7 @@ expl3.
As one of the BX series\footnote{BX series is a collection of {\LaTeX} packages
mainly developed by Takayuki YATO (a.k.a.~ZR.) ``BX'' stands for
-``\underline{b}abel e\underline{x}tensions'' and packages in this series are
+``\underline{b}abel e\underline{x}tensions'' and packages in this series
normally support various {\TeX} engines not only Japanese-specific ones
({\pTeX}, {\upTeX}, and so on.)} packages, {\PkgName} supports all {\TeX}
engines which supported by expl3 (\Ie, the {\eTeX} extension is required.)
@@ -231,7 +236,7 @@ Holiday & Variable & Name in Japanese \\ \hline
\HolidayLine{(substitute holiday)}{furikae}
\HolidayLine{Marine Day}{umi}
\HolidayLine{Mountain Day}{yama}
-\HolidayLine{Autumnal Equinox Day}{shunbun}
+\HolidayLine{Autumnal Equinox Day}{shubun}
\HolidayLine{Respect for the Aged Day}{keirou}
\HolidayLine{Sports Day}{sports}
\HolidayLine{Health and Sports Day}{taiiku}
@@ -248,6 +253,8 @@ Holiday & Variable & Name in Japanese \\ \hline
\paragraph{Day of week}
+\enlargethispage{5mm}
+
Internally, {\PkgName} uses integers to represent day of week, and corresponding
\texttt{int} constants are defined. In addition to that, Japanese names of those
are also provided as global \texttt{tl} variables. See