This file is indexed.

/usr/share/texlive/texmf-dist/tex/generic/e-french/mlp-33.sty is in texlive-lang-french 2015.20160223-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
% mlp-33.sty (the french interface for the mlp package)    last mods 2005/03/21
%
%%
%%      checksum        = "63302 137 659 7109"
%%
\ProvidesFile{mlp-33.sty}% 
        [2005/03/21 French interface for the mlp package]
\DeclareOption{french}{\PassOptionsToPackage{french}{french}
 \IfFileExists{french.sty}{\def\PackageName{french}}
                          {\def\PackageName{frenchle}}
                      }
\DeclareOption{frenchle}{\PassOptionsToPackage{french}{frenchle}
                         \def\PackageName{frenchle}}
\DeclareOption{efrench}{\PassOptionsToPackage{french}{french}
                         \def\PackageName{french}}
\ProcessOptions% Process that option definitely for mlp-33.
\RequirePackage{\PackageName}% Load french package.
\def\@lastoption{french}% The language to start typesetting with.
\endinput%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%