mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
39 lines
963 B
TeX
39 lines
963 B
TeX
\documentclass[showdate=false]{beamer}
|
|
|
|
\usepackage[british]{babel}
|
|
\usepackage{amsmath}
|
|
\usepackage{hyperref}
|
|
\usepackage[backend=bibtex,style=trad-plain]{biblatex}
|
|
\usepackage{graphicx}
|
|
\graphicspath{{.}{../../figures/}}
|
|
\usepackage{todo}
|
|
|
|
\addbibresource{../../../bibliotheca/bibliography.bib}
|
|
|
|
% Disable Captions
|
|
\setbeamertemplate{caption}{\raggedright\small\insertcaption\par}
|
|
|
|
% Show Section overview at beginning of section
|
|
%\AtBeginSection[]
|
|
%{
|
|
% \begin{frame}<beamer>{Table of Contents}
|
|
% \tableofcontents[currentsection, currentsubsection, sectionstyle=show/shaded, subsectionstyle=hide]
|
|
% \end{frame}
|
|
%}
|
|
|
|
% no to navigation, yes to frame numbering
|
|
\beamertemplatenavigationsymbolsempty
|
|
\setbeamerfont{page number in head/foot}{size=\normalsize}
|
|
\setbeamertemplate{footline}[frame number]
|
|
|
|
\title[]{}
|
|
\date{March 08, 2023}
|
|
\author{E.T. de Boone}
|
|
|
|
\begin{document}
|
|
\frame{\titlepage}
|
|
|
|
\begin{frame}{Enhancing time accuracy}
|
|
|
|
\end{frame}
|
|
\end{document}
|