This file is indexed.

/usr/share/lhs2tex-1.15/beamer.fmt is in lhs2tex 1.15-4.

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
%if False
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% beamer.fmt
%
% Utility commands for use of lhs2TeX with the beamer
% class. Note that this fmt file is not required for
% using lhs2TeX together with beamer.
%
% Andres Loeh, November 2008, version 1.0
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%endif
%if not lhs2tex_beamer_fmt_read
%let lhs2tex_beamer_fmt_read = True
%include lhs2TeX.fmt
%
\ReadOnlyOnce{beamer.fmt}%

\let\savesavecolumns\savecolumns

\newcommand{\saverestorecolumns}{%
\savecolumns\global\let\savecolumns\restorecolumns}

\newcommand{\resetsavecolumns}{%
\global\let\savecolumns\savesavecolumns}

\EndFmtInput
%endif