summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap')
-rw-r--r--Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap61
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap b/Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap
new file mode 100644
index 00000000000..61c973c83da
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/CJK/JIS/JIS.cap
@@ -0,0 +1,61 @@
+% This is the file JIS.cap of the CJK package
+% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
+%
+% created by Werner Lemberg <wl@gnu.org>
+%
+% Version 4.6.0 (11-Aug-2005)
+
+\def\fileversion{4.6.0}
+\def\filedate{2005/08/11}
+\ProvidesFile{JIS.cap}[\filedate\space\fileversion]
+
+
+% Japanese captions
+%
+% character set: JIS X 0208:1997 (or JIS X 0208-1990)
+% encoding: EUC
+
+\newif\ifheisei
+\let\ifheisei=\iffalse
+\def\heisei{\let\ifheisei=\iftrue}
+
+\renewcommand\contentsname{目次}
+
+\renewcommand\listfigurename{図目次}
+% \newcommand\listfigurename{図一覧}
+
+\renewcommand\listtablename{表目次}
+% \newcommand\listtablename{表一覧}
+
+\@ifundefined{chapter}
+ {\renewcommand\refname{参考文献}
+ }
+ {\renewcommand\bibname{関連書籍}
+% \renewcommand\bibname{参考文献}
+ }
+\renewcommand\indexname{索引}
+
+\renewcommand\figurename{図}
+\renewcommand\tablename{表}
+
+\newcommand\prepartname{第}
+\newcommand\postpartname{部}
+\renewcommand\thepart{\prepartname\CJKnumber{\value{part}}\postpartname}
+\renewcommand\partformat{\thepart}
+
+% \renewcommand{\appendixname}{附録}
+
+\@ifundefined{mainmatter}
+ {\renewcommand\abstractname{要旨}}{}
+
+\renewcommand\today{{\ifheisei\count0=\year\else\count0=\year
+ \advance\count0 -1988 平成\,\fi
+ \ifnum\count0=1 元\else\number\count0\fi
+ \,年\hspace{.5em}\nobreak\number\month
+ \,月\hspace{.5em}\nobreak\number\day\,日}}
+\@ifundefined{CJKnumber}
+ {\def\CJKnumber#1{\ifcase#1\or
+ 一\or二\or三\or四\or五\or
+ 六\or七\or八\or九\or十\fi}}{}
+
+\endinput