blob: e1edc5dbc2bffc54cd17a99fbbf93b4bcb825a3e (
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
|
% 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 ~FAQ~XǵA悭鎿Ƃ̓W߁Aɗ悤
ɂ̂łB~FAQ~Xg̍\́AȑÔ̂Ɣׂđ啝ɕύX
Ă܂B\textbf{\ruby{V}{}\ɊւẮAu~FAQ~
̓ǂݕƂ̍\v̍ڂ\ruby{Q}{}\ruby{}{傤}ĉ
B}
\end{CJK*}
\end{document}
%%% Local Variables:
%%% coding: sjis
%%% mode: latex
%%% TeX-master: t
%%% TeX-command-default: "CJKLaTeX"
%%% End:
|