This file is indexed.

/usr/share/texmf/tex/latex/kotex/euc/contrib/hangulfn.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
%%% file `hangulfn.sty` ( part of ko.TeX )
%%
%% a wrapper style to load hfntk(euc) of dhucsfn(utf) on each case.
%% [utf] (default) or [euc] option must be specified first.
%% Usage : \usepackage[utf,varhangpar]{hangulfn}
%%
%% Additional Options : superscript/parenthesis, hang, multipara,
%%      para, leftflush, indent, leftflushindent, hangpar, varhangpar
%%
\def\filedate{2007/07/15}
\def\fileversion{1.0.1}

\ProvidesPackage{hangulfn}[\filedate\space Korean footnote style]
\typeout{Korean footnote style `hangulfn' <\filedate>.}

\newif\if@euc@on@\@euc@on@false
\DeclareOption{utf}{\@euc@on@false
   \PassOptionsToPackage{\CurrentOption}{dhucsfn}%
   \RequirePackage{dhucsfn}}
\DeclareOption{euc}{\@euc@on@true
   \PassOptionsToPackage{\CurrentOption}{hfntk}%
   \RequirePackage{hfntk}}

\ProcessOptions

%% utf is default
\if@euc@on@\else
  \PassOptionsToPackage{\CurrentOption}{dhucsfn}
  \RequirePackage{dhucsfn}
\fi

\endinput

%% end of hangulfn.sty