📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / software-engineering-basics / beamerthemeFeather.sty
132928 viewsLicense: OTHER
% This is the main beamer theme file of the Feather theme.1% Copyright (c) 2014 by Lilyana Vaskova Vankova <[email protected]>2%3% This program is free software: you can redistribute it and/or modify4% it under the terms of the GNU General Public License as published by5% the Free Software Foundation, either version 3 of the License, or6% (at your option) any later version.7%8% This program is distributed in the hope that it will be useful,9% but WITHOUT ANY WARRANTY; without even the implied warranty of10% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11% GNU General Public License for more details.12%13% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.1415%----------------------------------------------------------------------------------------------------------------------------------1617\NeedsTeXFormat{LaTeX2e}18\ProvidesPackage{beamerthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]1920%----------------------------------------------------------------------------------------------------------------------------------2122% load required packages2324\RequirePackage{tikz}25\RequirePackage{calc}2627%----------------------------------------------------------------------------------------------------------------------------------2829%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%30% Theme options and definitions31%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%3233%----------------------------------------------------------------------------------------------------------------------------------3435\DeclareOptionBeamer{progressstyle}{\PassOptionsToPackage{progressstyle=#1}{beamerouterthemeFeather}}36\DeclareOptionBeamer{rotationcw}{\PassOptionsToPackage{rotationcw}{beamerouterthemeFeather}}37\DeclareOptionBeamer{shownavsym}{\PassOptionsToPackage{shownavsym}{beamerouterthemeFeather}}38\ProcessOptionsBeamer3940%----------------------------------------------------------------------------------------------------------------------------------4142%beamer specific options4344\mode<presentation> %refers to the first four modes (beamer, handout, second and trans). That is, to all modes except the article mode45{46\useinnertheme{Feather}47\useoutertheme{Feather}48\usecolortheme{Feather}49}5051\mode<all>5253