This file is indexed.

/usr/share/lifelines/desc-tex2/poster2.tex is in lifelines-reports 3.0.61-2.

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
%% BEGIN poster2.tex
%%
%% A sample file for poster.tex/poster.sty. Makes a banner.
%% Use Plain TeX (or add preamble and use LaTeX)

\input poster

\special{landscape}  % This works with Rokicki's dvips

% ptmr should be name of the PostScript Times-Roman font:
% 8in is a good size for this font, but might not work with other fonts.
% You can use a Computer Modern font, if you are prepared to make a big
% font bitmap.

\font\bigroman=ptmr at 8in
\bigroman

\poster[vcenter=true,landscape=true]{Happy}

\end
%% END poster2.tex