This file is indexed.

/usr/share/texmf/tex/latex/beamer/base/beamerarticle.sty is in latex-beamer 3.24-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
% Copyright 2003--2007 by Till Tantau
% Copyright 2010 by Vedran Mileti\'c
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.

\RequirePackage{beamerbasercs}
\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerarticle.sty,v cc6557182d97 2012/04/15 14:37:19 rivanvx $


\RequirePackage{beamerbasemodes}
% Setup modes and check for article option


\DeclareOption{utf8}{\PassOptionsToPackage{utf8}{beamerbasearticle}}
\DeclareOption{hyperref}{\PassOptionsToPackage{hyperref}{beamerbasearticle}}
\DeclareOption{noxcolor}{\PassOptionsToPackage{noxcolor}{beamerbasearticle}}
\DeclareOption{notheorems}{\PassOptionsToPackage{notheorems}{beamerbasearticle}}
\DeclareOption{noamsthm}{\PassOptionsToPackage{noamsthm}{beamerbasearticle}}
\DeclareOption{noamssymb}{\PassOptionsToPackage{noamssymb}{beamerbasearticle}}
\DeclareOption{envcountsect}{\PassOptionsToPackage{envcountsect}{beamerbasearticle}}
\DeclareOption{activeospeccharacters}{\PassOptionsToPackage{activeospeccharacters}{beamerbasearticle}}

\ProcessOptions


\def\beamer@slide#1#2{\expandafter\gdef\csname beamer@slide#1\endcsname{#2}}
\beamer@inpresentationfalse

\ifx\beamer@currentmode\@undefined
  \def\beamer@currentmode{article}
\fi

\mode
<all>

\RequirePackage{beamerbasearticle}