📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / causality-presentation / interventions.tex
132931 viewsLicense: OTHER
\documentclass{beamer}1\usetheme{Frankfurt}2\usecolortheme{beaver}3\definecolor{links}{HTML}{2A1B81}4\hypersetup{colorlinks,linkcolor=,urlcolor=links}5\usepackage{hyperref}6\usepackage[utf8]{inputenc} % this is needed for german umlauts7\usepackage[ngerman]{babel} % this is needed for german umlauts8\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf9\usepackage{braket} % needed for \Set10\usepackage{csquotes}11\usepackage{enumitem}12\setitemize{label=\usebeamerfont*{itemize item}%13\usebeamercolor[fg]{itemize item}14\usebeamertemplate{itemize item}}15\usepackage{amsmath, amssymb}16\usepackage{bm}17\usepackage{dsfont}18\usepackage{nicefrac}19\usefonttheme[onlymath]{serif}20\usepackage{siunitx} % this package is for units!21\sisetup{range-phrase=--, range-units=single}2223\usepackage{booktabs} % for \toprule, \midrule and \bottomrule24\selectlanguage{ngerman}2526\usepackage{tikz}27\usetikzlibrary{arrows,positioning, calc}2829\setbeamertemplate{navigation symbols}{}30\addtobeamertemplate{navigation symbols}{}{%31\usebeamerfont{footline}%32\usebeamercolor[fg]{footline}%33\hspace{1em}%34\insertframenumber/\inserttotalframenumber35}36\makeatletter37\setbeamertemplate{footline}38{%39\pgfuseshading{beamer@barshade}%40\ifbeamer@sb@subsection%41\vskip-9.75ex%42\else%43\vskip-7ex%44\fi%45\begin{beamercolorbox}[ignorebg,ht=2.25ex,dp=3.75ex]{section in head/foot}46\insertnavigation{\paperwidth}47\end{beamercolorbox}%48\ifbeamer@sb@subsection%49\begin{beamercolorbox}[ignorebg,ht=2.125ex,dp=1.125ex,%50leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}51\usebeamerfont{subsection in head/foot}\insertsubsectionhead52\end{beamercolorbox}%53\fi%54}%55\setbeamertemplate{headline}{%56% \hskip1em\usebeamercolor[fg]{navigation symbols dimmed}%57% \insertslidenavigationsymbol%58% \insertframenavigationsymbol%59% \insertsectionnavigationsymbol%60% \insertsubsectionnavigationsymbol%61% \insertdocnavigationsymbol%62% \insertbackfindforwardnavigationsymbol%63}64\makeatother6566\begin{document}6768\title{Interventions}69% \subtitle{A subtitle}70\author{Martin Thoma}71\date{10. August 2015}72\subject{Causality}7374\frame{\titlepage}7576% Show table of contents77% \frame{78% \frametitle{Inhalt}79% \setcounter{tocdepth}{1}80% \tableofcontents81% \setcounter{tocdepth}{2}82% }8384%\AtBeginSection[]{85% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection86%}8788\input{introduction}89\input{main}90\input{end}91\end{document}929394