Initial commit.

This commit is contained in:
Achim D. Brucker 2016-11-16 21:44:48 +00:00
parent 3db3bd3e57
commit 870f51c895
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{beamerfontthemetuos}
[2016/11/01 v0.0 LaTeX presentation class implementing the cooperate design of LogicalHacking.com]
\mode<presentation>
\beamer@suppressreplacementstrue% no special font settings
\setbeamerfont{tiny structure}{series=\mdseries,size=\tiny}
\setbeamerfont{title}{size=\Large,series=\bfseries,family=\ttfamily}
\setbeamerfont{subtitle}{size=\large,series=\bfseries,family=\sffamily}
\setbeamerfont*{author}{size=\normalsize,series=\bfseries,family=\sffamily}
\setbeamerfont{frametitle}{size=\large,series=\bfseries,family=\ttfamily}
\setbeamerfont{framesubtitle}{size=\footnotesize,family=\sffamily}
\setbeamerfont*{footline}{size=\Tiny}
\setbeamerfont*{date}{size=\footnotesize}
\mode
<all>
\endinput