-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbeamerthemeuha.sty
31 lines (25 loc) · 1014 Bytes
/
beamerthemeuha.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Name : beamerfontthemeuha.sty
% Author : Sébastien Bindel <sé[email protected]>
%--------------------------------------------------------------
% Mandatory part
%--------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerthemeuha}[2018/10/22 uha theme]
%--------------------------------------------------------------
% Loaded packages
%--------------------------------------------------------------
\RequirePackage{graphicx}
\RequirePackage{array}
\RequirePackage{booktabs}
\RequirePackage{xcolor}
\RequirePackage{tikz}
\usetikzlibrary{positioning,shapes,decorations.pathreplacing,chains,calc,backgrounds,shadows.blur,mindmap,trees,decorations.text,fadings}
%--------------------------------------------------------------
% include themes
%--------------------------------------------------------------
\useinnertheme{uha}
\useoutertheme{uha}
\usecolortheme{uha}
\usefonttheme{uha}
% Remove navigation menu
\setbeamertemplate{navigation symbols}{}