/usr/share/lhs2tex-1.18.1/beamerboxed.fmt is in lhs2tex 1.18.1-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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | %if False
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% beamerboxed.fmt
%
% Displaying code that is set with lhs2TeX in poly style inside boxes from the
% beamer class.
%
% Permission is granted to include this file (or parts of this file) literally
% into other documents, regardless of the conditions or license applying to
% these documents.
%
% Stefan Holdermans, April 2010, version 1.0
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%endif
%if not lhs2tex_beamerboxed_fmt_read
%let lhs2tex_beamerboxed_fmt_read = True
%include polycode.fmt
%include beamer.fmt
%
%if style /= newcode
\ReadOnlyOnce{beamerboxed.fmt}
\setbeamercolor{hsbox}{parent=block body}
\newlength{\hsboxsep}
\setlength{\hsboxsep}{.33em}
\newcommand{\hsboxrounded}{true}
\newcommand{\hsboxshadow}{true}
\newenvironment{beamerboxedhscode}
{\let\hspre\(\let\hspost\)%
\beamercolorbox%
[sep=\hsboxsep,rounded=\hsboxrounded,shadow=\hsboxshadow]%
{hsbox}%
\hscodestyle%
\pboxed}%
{\endpboxed%
\endbeamercolorbox%
\ignorespacesafterend}
\newcommand{\beamerboxedhs}{\sethscode{beamerboxedhscode}}
\EndFmtInput
%endif
%endif
|