start working on the presenation

This commit is contained in:
Andreas Zweili 2019-03-23 11:30:22 +01:00
parent c108fde236
commit 978a517af5
3 changed files with 172 additions and 0 deletions

65
presenation/preamble.tex Normal file
View File

@ -0,0 +1,65 @@
\usepackage{appendixnumberbeamer}
\usepackage[utf8]{inputenc}
\usepackage{ngerman}
\definecolor{sbase03}{HTML}{002B36}
\definecolor{sbase02}{HTML}{073642}
\definecolor{sbase01}{HTML}{586E75}
\definecolor{sbase00}{HTML}{657B83}
\definecolor{sbase0}{HTML}{839496}
\definecolor{sbase1}{HTML}{93A1A1}
\definecolor{sbase2}{HTML}{EEE8D5}
\definecolor{sbase3}{HTML}{FDF6E3}
\definecolor{red}{HTML}{DC322F}
\definecolor{pink}{HTML}{D33682}
\definecolor{purple}{HTML}{6C71C4}
\definecolor{blue}{HTML}{268BD2}
\definecolor{brown}{HTML}{795548}
\definecolor{cyan}{HTML}{2AA198}
\definecolor{darkgray}{HTML}{616161}
\definecolor{gray}{HTML}{9E9E9E}
\definecolor{lightgray}{HTML}{E0E0E0}
\definecolor{lime}{HTML}{CDDC39}
\definecolor{olive}{HTML}{827717}
\definecolor{orange}{HTML}{CB4B16}
\definecolor{teal}{HTML}{009688}
\definecolor{yellow}{HTML}{B58900}
\definecolor{green}{HTML}{859900}
\usepackage{listings}
\usepackage{color}
\usepackage{sourcecodepro}
\lstset{
breaklines,
literate={ö}{{\"o}}1
{ä}{{\"a}}1
{ü}{{\"u}}1,
captionpos=b, % sets the caption-position to bottom
sensitive=true,
xleftmargin=\parindent,
escapeinside={\%*}{*)}, % if you want to add LaTeX within your code
basicstyle=\color{sbase00}\ttfamily,
keywordstyle=\color{cyan},
commentstyle=\color{sbase1},
stringstyle=\color{blue},
numberstyle=\color{purple},
identifierstyle=\color{sbase00},
showstringspaces=false, % Removes the strange symboles where spaces are
}
\usepackage[most]{tcolorbox}
\newtcblisting{sexylisting}[2][]{
sharp corners,
fonttitle=\bfseries,
colframe=gray,
listing only,
listing options={
basicstyle=\color{sbase00}\ttfamily,
keywordstyle=\color{cyan},
commentstyle=\color{sbase1},
stringstyle=\color{blue},
numberstyle=\color{purple},
identifierstyle=\color{sbase00},
language=C,
},
title=\thetcbcounter #2, #1
}
\useoutertheme{sidebar}

View File

@ -0,0 +1,41 @@
#+title: Präsentation Diplomarbeit
:preamble:
#+author: Andreas Zweili
#+startup: beamer
#+LATEX_CLASS_OPTIONS: [aspectratio=169]
#+language: de
#+columns: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra)
#+latex_header: \include{preamble}
:end:
* Einführung
** Einführung
*** Wieso BorgBackup?
** Deduplikation
Some text
* Projekt Management
** Projektmethode
Some text
** Planung
Some text
** Controlling
Some text
* Varianten
* Umsetzung
** Umsetzung
Some text
* Abschluss
** Fazit
** Abschluss
*\huge{Vielen Dank für die Aufmerksamkeit!}*
** Abschluss

View File

@ -0,0 +1,66 @@
% Created 2019-03-23 Sat 11:26
% Intended LaTeX compiler: pdflatex
\documentclass[aspectratio=169]{beamer}
\include{preamble}
\usetheme{metropolis}
\author{Andreas Zweili}
\date{\today}
\title{Präsentation Diplomarbeit}
\hypersetup{
pdfauthor={Andreas Zweili},
pdftitle={Präsentation Diplomarbeit},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 26.1 (Org mode 9.2.2)},
pdflang={Germanb}}
\begin{document}
\maketitle\newpage
\begin{frame}{Inhalt}
\tableofcontents
\end{frame}
\section{Einführung}
\label{sec:orgf3c43d1}
\begin{frame}[label={sec:orgb283ed5}]{Einführung}
\begin{block}{Wieso BorgBackup?}
\end{block}
\end{frame}
\begin{frame}[label={sec:org804e06f}]{Deduplikation}
Some text
\end{frame}
\section{Projekt Management}
\label{sec:org7bff5fe}
\begin{frame}[label={sec:org53cc71a}]{Projektmethode}
Some text
\end{frame}
\begin{frame}[label={sec:org84bf141}]{Planung}
Some text
\end{frame}
\begin{frame}[label={sec:org2c02158}]{Controlling}
Some text
\end{frame}
\section{Umsetzung}
\label{sec:org6234572}
\begin{frame}[label={sec:orga1592b0}]{Umsetzung}
Some text
\end{frame}
\section{Abschluss}
\label{sec:org0caf32a}
\begin{frame}[label={sec:orgfa07929}]{Abschluss}
\alert{\huge{Vielen Dank für die Aufmerksamkeit!}}
\end{frame}
\begin{frame}[label={sec:orgdd4c985}]{Abschluss}
\end{frame}
\end{document}