summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/CJK/examples/JIS.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/CJK/examples/JIS.tex')
-rw-r--r--Master/texmf-dist/doc/latex/CJK/examples/JIS.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/CJK/examples/JIS.tex b/Master/texmf-dist/doc/latex/CJK/examples/JIS.tex
new file mode 100644
index 00000000000..ba2312de574
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/CJK/examples/JIS.tex
@@ -0,0 +1,35 @@
+% 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.6.0 (11-Aug-2005)
+
+\documentclass[12pt]{article}
+
+\usepackage{CJK}
+\usepackage[CJK, overlap]{ruby}
+
+\renewcommand{\rubysep}{-0.2ex}
+
+
+\begin{document}
+
+\begin{CJK*}[dnp]{JIS}{min}
+\CJKtilde
+
+\noindent この~FAQ~リストは、よくある質問とその答を集め、役に立つよう
+にしたものです。この~FAQ~リストの構造は、以前のものと比べて大幅に変更
+されています。\textbf{\ruby{新}{あたら}しい構造に関しては、「この~FAQ~
+の読み方とその構造」の項目を\ruby{参}{さん}\ruby{照}{しょう}して下さ
+い。}
+
+\end{CJK*}
+
+\end{document}
+
+%%% Local Variables:
+%%% coding: euc-japan
+%%% mode: latex
+%%% TeX-master: t
+%%% End: