%!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 %-------------------------------------------------------------------------- \begin{document} \maketitle % TODO: remove examples! %\input{chapters/examples.tex} \input{chapters/bib} \input{chapters/achievements} \input{chapters/toni} \end{document}