Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132930 views
License: OTHER
1
% This is the main beamer theme file of the Feather theme.
2
% Copyright (c) 2014 by Lilyana Vaskova Vankova <[email protected]>
3
%
4
% This program is free software: you can redistribute it and/or modify
5
% it under the terms of the GNU General Public License as published by
6
% the Free Software Foundation, either version 3 of the License, or
7
% (at your option) any later version.
8
%
9
% This program is distributed in the hope that it will be useful,
10
% but WITHOUT ANY WARRANTY; without even the implied warranty of
11
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
% GNU General Public License for more details.
13
%
14
% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.
15
16
%----------------------------------------------------------------------------------------------------------------------------------
17
18
\NeedsTeXFormat{LaTeX2e}
19
\ProvidesPackage{beamerthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]
20
21
%----------------------------------------------------------------------------------------------------------------------------------
22
23
% load required packages
24
25
\RequirePackage{tikz}
26
\RequirePackage{calc}
27
28
%----------------------------------------------------------------------------------------------------------------------------------
29
30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31
% Theme options and definitions
32
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33
34
%----------------------------------------------------------------------------------------------------------------------------------
35
36
\DeclareOptionBeamer{progressstyle}{\PassOptionsToPackage{progressstyle=#1}{beamerouterthemeFeather}}
37
\DeclareOptionBeamer{rotationcw}{\PassOptionsToPackage{rotationcw}{beamerouterthemeFeather}}
38
\DeclareOptionBeamer{shownavsym}{\PassOptionsToPackage{shownavsym}{beamerouterthemeFeather}}
39
\ProcessOptionsBeamer
40
41
%----------------------------------------------------------------------------------------------------------------------------------
42
43
%beamer specific options
44
45
\mode<presentation> %refers to the first four modes (beamer, handout, second and trans). That is, to all modes except the article mode
46
{
47
\useinnertheme{Feather}
48
\useoutertheme{Feather}
49
\usecolortheme{Feather}
50
}
51
52
\mode<all>
53