This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
DSem1/presentation/presentation.tex
2018-06-06 12:36:44 +02:00

103 lines
2.8 KiB
TeX

%!TEX program = lualatex
%!TEX encoding = utf8
%--------------------------------------------------------------------------
% Document setup
%--------------------------------------------------------------------------
\documentclass[compress,aspectratio=169]{beamer}
%\usepackage{fontspec}
%\usepackage{unicode-math}
%\setmainfont{Latin Modern Roman}
\usepackage[utf8]{luainputenc}
\usepackage[T1]{fontenc}
\usepackage[english,ngerman]{babel}
%--------------------------------------------------------------------------
% Package dependencies
%--------------------------------------------------------------------------
%\usepackage{pgfpages} % required for notes on second screen
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage{algpseudocode}
%\usepackage{algorithmicx}
%\usepackage{wasysym}
%\usepackage{tikz} %graph
\usepackage{siunitx}
%\usepackage{enumitem}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{tcolorbox}
%\usetikzlibrary{arrows, arrows.meta, backgrounds, graphdrawing, graphs, positioning, decorations, decorations.markings, fit, quotes}
%\usegdlibrary{circular, layered, trees, force}
%--------------------------------------------------------------------------
% Theme setup
%--------------------------------------------------------------------------
\usetheme{fhws}
%\usefonttheme{professionalfonts}
\graphicspath{{./gfx/}}
%--------------------------------------------------------------------------
% Macros
%--------------------------------------------------------------------------
%\input{lib/numberLine.tex}
%\input{lib/pipeline.tex}
%\input{resources/macros.tex}
%\input{resources/problems.tex}
%\input{resources/symbols.tex}
%--------------------------------------------------------------------------
% Document config
%--------------------------------------------------------------------------
\title{Doktorandentreffen}
\subtitle{Forschungsgruppe: Indoor Navigation}
\date{\today}
\author{Markus Bullmann, Frank Ebner, Toni Fetzer}
\institute{Hochschule für angewandte Wissenschaften Würzburg-Schweinfurt}
%--------------------------------------------------------------------------
% Notes settings
%--------------------------------------------------------------------------
%\setbeameroption{show notes on second screen=left}
%--------------------------------------------------------------------------
% Presentation
% For great usage instructions, have a look at this article:
% https://en.wikibooks.org/wiki/LaTeX/Presentations
%--------------------------------------------------------------------------
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{document}
\maketitle
% TODO: remove examples!
%\input{chapters/examples.tex}
\tableofcontents
\input{chapters/bib}
\input{chapters/system}
\input{chapters/achievements}
\input{chapters/toni}
\end{document}