This file is indexed.

/usr/share/doc/latex-cjk-common/examples/JIS.tex is in latex-cjk-japanese 4.8.4+git20150701-1.

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
% This is the file JIS.tex of the CJK package
%   for testing Japanese (in JIS encoding).
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.4 (18-Apr-2015)

\documentclass[12pt]{scrartcl}

\usepackage{CJK}
\usepackage[CJK, overlap]{ruby}

\renewcommand{\rubysep}{-0.2ex}

\begin{document}

\begin{CJK*}[dnp]{JIS}{min}
\CJKtilde
% CJKcaption works only with KOMA-script classes such as "scrartcl".
\CJKcaption{JIS}
\title{A Japanese example file for CJK in JIS}
\author{Danai SAE-HAN¡Ê´ÚãÂÑ¡Ë}
\maketitle
\tableofcontents

\newcommand{\testpar}{¤³¤Î~FAQ~¥ê¥¹¥È¤Ï¡¢¤è¤¯¤¢¤ë¼ÁÌä¤È¤½¤ÎÅú¤ò½¸¤á¡¢Ìò¤ËΩ¤Ä¤è¤¦
¤Ë¤·¤¿¤â¤Î¤Ç¤¹¡£¤³¤Î~FAQ~¥ê¥¹¥È¤Î¹½Â¤¤Ï¡¢°ÊÁ°¤Î¤â¤Î¤ÈÈæ¤Ù¤ÆÂçÉý¤ËÊѹ¹
¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\textbf{\ruby{¿·}{¤¢¤¿¤é}¤·¤¤¹½Â¤¤Ë´Ø¤·¤Æ¤Ï¡¢¡Ö¤³¤Î~FAQ~
¤ÎÆɤßÊý¤È¤½¤Î¹½Â¤¡×¤Î¹àÌܤò\ruby{»²}{¤µ¤ó}\ruby{¾È}{¤·¤ç¤¦}¤·¤Æ²¼¤µ
¤¤¡£}}

\section{Wadalab Mincho ÌÀÄ«}
\testpar

\section{Wadalab Gothic ¥´¥·¥Ã¥¯}
\CJKfamily{goth}
\testpar

\section{Wadalab Maru ´Ý}
\CJKfamily{maru}
\testpar

% 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: euc-japan
%%% mode: latex
%%% TeX-master: t
%%% End: