view theme/kth_beamer/preamble.tex @ 167:63506cf143bc

add kth theme
author Markus Kaiser <markus.kaiser@in.tum.de>
date Sun, 26 Oct 2014 00:13:10 +0200
parents
children
line wrap: on
line source

\documentclass[compress, 9pt, german, t]{beamer}

%%%%%%%%%%%%%%
%  Language  %
%%%%%%%%%%%%%%
\usepackage[english]{babel}
\uselanguage{English}
\languagepath{English}

%%%%%%%%%%%
%  Fonts  %
%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

% You might want to change this
% See http://www.tug.dk/FontCatalogue
\usepackage{arev}
\usepackage{mathpazo}
\usepackage{microtype}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  Used by beamer or theme  %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{url}
\usepackage{listings}
\usepackage{xcolor}

%%%%%%%%%%
%  Tikz  %
%%%%%%%%%%
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.8}

%%%%%%%%%%%%%%
%  Mathmode  %
%%%%%%%%%%%%%%
\usepackage{amsmath}
\usepackage{mathdots}
\usepackage{mathtools}
\mathtoolsset{showonlyrefs,showmanualtags}
\usepackage{mathrsfs}
\usepackage{csquotes}

%%%%%%%%%%%%%%%%%%
%  Beamer Theme  %
%%%%%%%%%%%%%%%%%%
\usepackage{beamerthemeKTH}
\setbeamercovered{transparent}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  Some useful(?) commands  %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Prob}{\mathrm{P}}
\newcommand{\Oh}{\mathcal{O}}

\newcommand{\true}{\mathrm{true}}
\newcommand{\false}{\mathrm{false}}

\newcommand{\abs}[1]{\left\vert #1 \right\vert}
\newcommand{\powerset}[1]{\mathcal{P}\left( #1 \right)}
\newcommand{\setnot}[1]{\overline{#1}}
\newcommand{\setsymdiff}{\,\triangle\,}
\newcommand{\alg}[1]{\left\langle #1 \right\rangle}
\DeclareMathOperator{\ind}{ind}
\DeclareMathOperator{\ord}{ord}
\DeclareMathOperator{\ggt}{ggT}

\newcommand{\rel}[1]{\,\mathrm{#1}\,}

\newcommand{\defeq}{\coloneqq} %Mathtools already defines this