BachelorThesisPresentation/beamerthemeeth.sty

36 lines
1015 B
TeX
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% 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 Smiths 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>