summaryrefslogtreecommitdiff
path: root/configpres.tex
blob: a943033b22672658c5ffea909474225a3e6e4a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\IfFileExists{.lxformat_print}
{
\input{configprint}
}{
\input{configbeamer}
}

% Alternate Implementation
%
%\newif\ifformatbeamer
%
%\IfFileExists{lxformat.tex}{
%\input{lxformat.tex}
%}{
%\formatbeamertrue
%}
%
%\ifformatbeamer
%\input{configbeamer}
%\else
%\input{configprint}
%\fi