This file is indexed.

/usr/share/doc/latex-cjk-common/examples/Big5.tex is in latex-cjk-chinese 4.8.3+git20120914-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
% 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.3 (07-May-2012)
%
%
% process this file with bg5latex

\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{¯SÀ°¡I}
w00t!  A subsection title in Chinese!

\section{¤¤¤å}

\noindent ¥»±`°Ý°Ýµª¶°~(FAQ list)~¬O±q¤@¨Ç¸g±`³Q°Ý¨ìªº°ÝÃD¤Î¨ä¾A·íªº¸Ñ
µª¤¤¡A¥H¤è«Kªº§Î¦¡ºK­n¦Ó¥Xªº¡C¸ò¤W¤@ª©¤£¦Pªº¬O¡A¨ä½s±Æµ²ºc¤w¹ý©³§ïÅÜ¡C
\textbf{¦³Ãö·sµ²ºcªº²Ó¸`¡A¥i°Ñ¦Ò¡u¦p¦ó¾ª¥»°Ýµª¶°¤Î¤F¸Ñ¨ä½s±Æµ²ºc¡v¸Ó
¶µ¤¤ªº»¡©ú¡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: "LaTeX"
%%% End: