Basic font setup.

This commit is contained in:
Achim D. Brucker 2016-08-16 23:40:38 +01:00
parent b531c9232e
commit 7bf744ebf0
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
%% 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/08/20 v1.1 LaTeX presenation class following the cooperate design of The University of Sheffield]
\mode<presentation>
\beamer@suppressreplacementstrue% no special font settings
\setbeamerfont{tiny structure}{series=\mdseries,size=\tiny}
\setbeamerfont{title}{size=\Large,series=\bfseries}
\setbeamerfont*{author}{size=\normalsize,series=\bfseries}
\setbeamerfont{frametitle}{size=\large,series=\bfseries}
\setbeamerfont{framesubtitle}{size=\footnotesize}
\setbeamerfont*{footline}{size=\Tiny}
\setbeamerfont*{date}{size=\footnotesize}
\mode
<all>
\endinput

View File

@ -40,6 +40,7 @@
\usecolortheme{tuos}
\useinnertheme{tuos}
\useoutertheme{tuos}
\usefonttheme{tuos}
\mode
<all>
\endinput