-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerthemerudi.sty
36 lines (31 loc) · 1.08 KB
/
beamerthemerudi.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
31
32
33
34
35
36
% ======================================================================
% ======================================================================
% ======================================================================
%
% UNOFFICIAL style for beamer presentations at RU-DI
% Radboud University, Donders Institute,
% Nijmengen, Netherlands
%
% Author: Pierre Guetschel <[email protected]>
% Date: Oct 2022
% Instructions:
% - to create the title page, use: \titleframe
% - to create a section page, use: \sectionframe
%
% Inspirations:
% - https://tex.stackexchange.com/questions/146529/design-a-custom-beamer-theme-from-scratch
% -
%
% ======================================================================
% ======================================================================
% ======================================================================
\mode<presentation>
% Requirement
\RequirePackage{tikz}
% Settings
\useinnertheme{rudi}
\useoutertheme{rudi}
\usecolortheme{rudi}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[shadow=true]
\mode<all>