This file is indexed.

/usr/share/texlive/texmf-dist/tex/latex/hrlatex/hrlatex.sty is in texlive-lang-european 2013.20140215-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
%%
%% This is file `hrlatex.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% hrlatex.dtx  (with options: `package')
%% 
%% 

\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{hrlatex}[2010/04/05 v0.23 LaTeX Macros for HRLaTeX project]
\usepackage{xkeyval}
\DeclareOption{slovene}{\PassOptionsToPackage{slovene}{babel}}
\DeclareOptionX{enc}[utf8]{%
\PassOptionsToPackage{#1}{inputenc}
}

\DeclareOption{last}{

}

\DeclareOption*{}
\DeclareOptionX*{}

\PassOptionsToPackage{utf8}{inputenc} %% Default
\PassOptionsToPackage{croatian}{babel}

\ProcessOptions*
\ProcessOptionsX

\RequirePackage{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage[croatian]{babel}
\RequirePackage{amsopn}

\DeclareMathOperator{\tg}{tg}
\DeclareMathOperator{\arctg}{arc\,tg}
\DeclareMathOperator{\ctg}{ctg}
\DeclareMathOperator{\arcctg}{arc\,ctg}
\DeclareMathOperator{\sh}{sh}
\DeclareMathOperator{\ch}{ch}
\DeclareMathOperator{\cth}{cth}
\DeclareMathOperator{\tgh}{th}
\let\th\tgh
\endinput
%%
%% End of file `hrlatex.sty'.