Basic font setup.

This commit is contained in:
Achim D. Brucker 2017-04-15 17:39:39 +01:00
parent 19e5642ebe
commit ce452d5e30
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
%% Copyright (C) 2017 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.
%%
% Headline: TUOS Logo left, title information
% Footer: References, Ackowledgeemnts, Partner Logos
\ProvidesPackage{beamerfontthemelh-poster}
[2017/04/14 v0.0 LaTeX poster class implementing the cooperate design of LogicalHacking.com]
\setbeamerfont{title}{size=\Huge}
\setbeamerfont{subtitle}{size=\Large}
\setbeamerfont{author}{size=\large}
\setbeamerfont{institute}{size=\large}
\setbeamerfont*{block title}{parent={frametitle}}
\setbeamerfont*{block body}{parent=}
\endinput