-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathle2iutbmbeamer.cls
48 lines (40 loc) · 1.58 KB
/
le2iutbmbeamer.cls
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
46
47
48
% Copyright (c) 2013-16 Stephane GALLAND <[email protected]>
%
% UTBM logo and name are registered and owned by the
% "Universite de Technology of Belfort-Montbeliard".
%
% LE2I logo and name are registered and owned by the
% "Universite de Bourgogne".
%
% CNRS logo and name are registered and owned by the
% "Centre National de la Recherche Scientifique".
%
% This program is free library; you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as
% published by the Free Software Foundation; either version 3 of the
% License, or any later version.
%
% This library is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
% Lesser General Public License for more details.
%
% You should have received a copy of the GNU Lesser General Public
% License along with this library; see the file COPYING. If not,
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite
% 330, Boston, MA 02111-1307, USA.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{le2iutbmbeamer}
[2016/02/19 Class for LE2I-UTBM slides]
\LoadClassWithOptions{beamer}
\gdef\beamer@theme@leiiutbm@class@babel@lang{english}
\DeclareOption*{%
\expandafter\ifx\csname tr@ml@\CurrentOption\endcsname\relax\else%
\xdef\beamer@theme@leiiutbm@class@babel@lang{\CurrentOption}%
\fi%
}
\ProcessOptions*
\expandafter\usepackage[\beamer@theme@leiiutbm@class@babel@lang]{babel}
\usetheme{LE2IUTBM}
\endinput