Browse Source

added files of first presentation

master
Michael Preisach 8 years ago
parent
commit
d487d3eba6
  1. BIN
      presentation/180619_firstshort/first.pdf
  2. 26
      presentation/180619_firstshort/first.tex
  3. 62
      presentation/180619_firstshort/header.tex
  4. BIN
      resources/globalview.png
  5. BIN
      resources/ins.png

BIN
presentation/180619_firstshort/first.pdf

Binary file not shown.

26
presentation/180619_firstshort/first.tex

@ -0,0 +1,26 @@
\documentclass[naustrian,notes]{beamer}
\input{header}
%Titelinformationen
\title[Digidow Biometric Sensor]{Digital Shadow: Biometric Sensor}
\subtitle{Master's Thesis Seminar}
\author[Michael Preisach]{Michael Preisach}
\date{June 19, 2018}
\institute[INS]{\includegraphics[width=0.1\textwidth]{../../resources/ins}}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Project Overview Digital Shadow}
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]{../../resources/globalview}
\end{figure}
\end{frame}
\end{document}

62
presentation/180619_firstshort/header.tex

@ -0,0 +1,62 @@
\usepackage[naustrian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%Designvorlage
\usetheme{Boadilla}
%Font Typeface
\usepackage{paratype}
\usepackage{graphicx}
\usepackage{url}
\usepackage{pgfpages}
\usepackage{lmodern}
\usepackage{listings}
\usepackage{marvosym}
\usepackage{textcomp}
\usepackage{tikz}
\usepackage{geometry}
\usepackage{layout}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
%properties for listings:
\lstset{
language=[LaTeX]TeX, %language
basicstyle=\footnotesize\ttfamily, %common font style
xleftmargin=8pt,
numbers=left, %line numbers
numberstyle=\tiny,
numberfirstline=true,
stepnumber=1,
numbersep=5pt,
tabsize=2, %size of tabulator
columns=flexible,
upquote=true,
literate= %Umlauts in source files
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}2
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
}
%Beamer preferences
\AtBeginSection[]
{
\begin{frame}
\frametitle{Inhalt}
\tableofcontents[
currentsection,
sectionstyle=show/show,
hideothersubsections]
\end{frame}
}

BIN
resources/globalview.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
resources/ins.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save