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 40
|
% This is the file Big5vert.tex of the CJK package
% for testing vertical typesetting (in Big 5 encoding).
%
% process this file with bg5latex (or cjk-enc.el; see cjk-enc.txt)
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.5 (16-Oct-2021)
\documentclass[12pt]{article}
\usepackage{CJK}
\usepackage{CJKvert}
\begin{document}
\begin{CJK*}{Bg5}{bsmi}
\CJKtilde
\noindent `ݰݵ~(FAQ list)~Oq@Ǹg`Qݨ쪺DΨA
AHKΦKnӥXCW@POAsƵcwܡC
\textbf{scӸ`AiѦҡup\ŪݵΤFѨsƵcv
C}
% We need to end the CJK environment with a \newpage; otherwise the
% .aux and .toc files sometimes get messed up. See `CJK.txt' in
% /usr/share/doc/latex-cjk-common/ for more information, under
% `Possible errors'.
\newpage
\end{CJK*}
\end{document}
%%% Local Variables:
%%% coding: big5
%%% mode: latex
%%% TeX-master: t
%%% TeX-command-default: "CJKLaTeX"
%%% End:
|