blob: 9053d53c3b37d72fa37514001bce92daedd27acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\def\CJKpreproc{sjisconv (CJK ver. 4.5.2)}% This is the file SJIS.tex of the CJK package
% for testing Japanese (in SJIS encoding).
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.6.0 (11-Aug-2005)
%
%
% process this file with sjislatex
\documentclass[12pt]{article}
\usepackage{CJK}
\usepackage[CJK, overlap]{ruby}
\renewcommand{\rubysep}{-0.3ex}
\begin{document}
\begin{CJK*}[dnp]{SJIS}{min}
\CJKtilde
\noindent 177204~FAQ~13888103205652301731602331912261981872041542408722365240201167194230164
20118118922420419718366177204~FAQ~1388810320492162205652007920422420419822821519622915720120788
17923419616222018366\textbf{\ruby{86}{160189231}1811629216220121418119620565117177204~FAQ~
20419922125119818720492162118204128218240\ruby{81}{179241}\ruby{198}{181229164}181196186179
16266}
\end{CJK*}
\end{document}
%%% Local Variables:
%%% coding: sjis
%%% mode: latex
%%% TeX-master: t
%%% TeX-command-default: "CJKLaTeX"
%%% End:
|