This file is indexed.

/usr/share/doc/texmf/latex/kotex/kotexguide.sty is in ko.tex 0.1.0+20071012-1.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
%\makeatletter
\newcommand\HFSS{HFSS}
\newcommand\BibTeX{\textsf{Bib}\TeX}

\newcommand\bs{\textbackslash}
\renewcommand\and{ยท}
\let\cntrdot\and

\raggedbottom

%% footnote
\skip\footins=15pt
\parindent=2em
\setlength\footnotesep{9.2pt}
\def\footnoterule{\vfill\vspace{2pt}\kern-3\p@
  \hrule \@width 2in \kern 2.6\p@\vspace{2pt}} % the \hrule is .4pt high

\renewcommand\@makechapterhead[1]{%
    \vspace*{0pt}%
    {\parindent \z@ \raggedright \normalfont
      \ifnum \c@secnumdepth >\m@ne
%        \centering  %%% <-----------------
        \LARGE\bfseries
        \pre@chaptercnt\thechapter\post@chaptercnt
      \fi
      \quad #1%
      \vskip 40\p@
}}
\renewcommand\@makeschapterhead[1]{%
    \vspace*{0pt}%
    {\parindent \z@
     \normalfont
     \interlinepenalty\@M
     \centering\LARGE \bfseries #1
     \vskip 40\p@
}}
\renewcommand*\l@subsection{\@dottedtocline{2}{3em}{3em}}

\renewenvironment{theindex}
               {\if@twocolumn
                  \@restonecolfalse
                \else
                  \@restonecoltrue
                \fi
                \twocolumn[\@makeschapterhead{\indexname}]%
                \@mkboth{\MakeUppercase\indexname}%
                        {\MakeUppercase\indexname}%
                \thispagestyle{plain}\parindent\z@
				\spacing{1.2}\small
                \parskip\z@ \@plus .3\p@\relax
                \columnseprule \z@
                \columnsep 35\p@
                \let\item\@idxitem}
               {\endspacing\if@restonecol\onecolumn\else\clearpage\fi}
%\makeatother