📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / software-engineering-basics / beamerinnerthemeFeather.sty
132928 viewsLicense: OTHER
% This is the inner 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{beamerinnerthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]1920%----------------------------------------------------------------------------------------------------------------------------------2122%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%23% Theme options, definitions and templates.24%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2526%----------------------------------------------------------------------------------------------------------------------------------2728% beamer specific options2930\mode<presentation> %refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode31{3233%----------------------------------------------------------------------------------------------------------------------------------3435% title page36%% definitions for fonts of the different elements3738\setbeamerfont{institute}{family=\rmfamily, size = \footnotesize}39\setbeamerfont{title}{family=\rmfamily, size = \Large}40\setbeamerfont{subtitle}{family=\rmfamily, size = \large}41\setbeamerfont{author}{family=\rmfamily, size = \normalsize}42\setbeamerfont{date}{family=\rmfamily, size = \footnotesize}4344\setbeamertemplate{title page}45{4647%% setting the above deffinitions4849\begin{minipage}[c][\textheight][c]{\textwidth}5051\centering5253{\usebeamerfont{institute}\insertinstitute}\vspace*{30pt}5455{\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle}\vspace*{10pt}5657{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle}\vspace*{30pt}5859{\usebeamerfont{author}\insertauthor}\vspace*{30pt}6061{\usebeamerfont{date}\insertdate}\vspace*{\baselineskip}6263\end{minipage}64}6566%----------------------------------------------------------------------------------------------------------------------------------6768% final page6970\defbeamertemplate{final page}{text}[1]71{72\begin{minipage}[c][\textheight][c]{\textwidth}73\centering74#175\end{minipage}76}77\newcommand{\finalpage}[1]78{79\setbeamertemplate{final page}[text]{#1}80\usebeamertemplate{final page}81}8283%----------------------------------------------------------------------------------------------------------------------------------8485% add the feather to the background of the titlepage and the final page8687\newcommand{\1}88{89\setbeamertemplate{background}90{91\includegraphics[width=\paperwidth,height=\paperheight]{Feathergraphics/1}92\tikz[overlay] \fill[fill opacity=0.75,fill=white] (0,0) rectangle (-\paperwidth,\paperheight);93}94}9596%----------------------------------------------------------------------------------------------------------------------------------9798% use numbers instead of a picture for the references99100\setbeamertemplate{bibliography item}[text]101102}103104\mode<all>105106