-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamerthemeeth.sty
executable file
·35 lines (28 loc) · 1015 Bytes
/
beamerthemeeth.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
% Available on https://gitlab.ethz.ch/bsaverio/ethbeamer
% Created by Saverio Bolognani based on ETH official design
% This file should only load themes and packages, no customization
\mode<presentation>
\usepackage[utf8]{inputenc}
% Tizk, textpos, graphics
\RequirePackage{tikz}
\RequirePackage{textpos}
\RequirePackage{xcolor}
\RequirePackage{booktabs}
% Beamer settings
\usecolortheme{eth}
\usefonttheme{eth}
\useinnertheme{eth}
\useoutertheme{eth}
\setbeamertemplate{navigation symbols}{}
% Math
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsfonts}
\usepackage{mathtools} % Mathematical tools to use with amsmath
\usepackage{mathrsfs} % Support use of the Raph Smith’s Formal Script font in mathematics. Provides a \mathscr command
\usepackage{mathdots} % Redefines \ddots and \vdots, and defines \iddots.
\usepackage{dsfont} % Doublestroke font
\usepackage{wasysym} % Useful symbols
\usepackage[bbgreekl]{mathbbol}
\DeclareSymbolFontAlphabet{\mathbbl}{bbold}
\mode<all>