% This is the file JIS.tex of the CJK package
%   for testing Japanese (in JIS encoding).
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.7.0 (17-Oct-2006)

\documentclass[12pt]{scrartcl}

\usepackage{CJK}
\usepackage[CJK, overlap]{ruby}

\renewcommand{\rubysep}{-0.2ex}

\begin{document}

\begin{CJK*}[dnp]{JIS}{min}
\CJKtilde
% CJKcaption works only with KOMA-script classes such as "scrartcl".
\CJKcaption{JIS}
\title{A Japanese example file for CJK in JIS}
\author{Danai SAE-HAN（韓達耐）}
\maketitle
\tableofcontents

\newcommand{\testpar}{この~FAQ~リストは、よくある質問とその答を集め、役に立つよう
にしたものです。この~FAQ~リストの構造は、以前のものと比べて大幅に変更
されています。\textbf{\ruby{新}{あたら}しい構造に関しては、「この~FAQ~
の読み方とその構造」の項目を\ruby{参}{さん}\ruby{照}{しょう}して下さ
い。}}

\section{Wadalab Mincho 明朝}
\testpar

\section{Wadalab Gothic ゴシック}
\CJKfamily{goth}
\testpar

\section{Wadalab Maru 丸}
\CJKfamily{maru}
\testpar

\end{CJK*}

\end{document}

%%% Local Variables:
%%% coding: euc-japan
%%% mode: latex
%%% TeX-master: t
%%% End:
