% This is the file Big5.tex of the CJK package
%   for testing Chinese (in Big 5 encoding).
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.5 (16-Oct-2021)
%
%
% process this file with bg5latex (or cjk-enc.el; see cjk-enc.txt)

\documentclass[12pt]{scrartcl}
%\documentclass[12pt]{scrreprt}
%\documentclass[12pt]{scrbook}

\usepackage{CJK}


\begin{document}

\begin{CJK*}{Bg5}{bkai}
\CJKtilde
% Traditional Chinese captions
\CJKcaption{Bg5}

\tableofcontents
%\newpage
\part{``Part'' in Chinese}

%\chapter{blabla}

\section{Some more commands}
\today~is the date in Chinese.

\subsection{特幫！}
w00t!  A subsection title in Chinese!

\section{中文}

\noindent 本常問問答集~(FAQ list)~是從一些經常被問到的問題及其適當的解
答中，以方便的形式摘要而出的。跟上一版不同的是，其編排結構已徹底改變。
\textbf{有關新結構的細節，可參考「如何閱讀本問答集及了解其編排結構」該
項中的說明。}

% 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: "LaTeX"
%%% End:
