--- /dev/null
+# Variablen
+PANDOC_BEAMER=-t beamer --slide-level 2
+RUBBER_ARG=-d
+
+# main targets
+beamer: presentation.pdf
+ mv $< beamer.pdf
+ rubber $(RUBBER_ARG) --clean presentation
+ rm -f presentation.vrb
+
+# Convert markdown to tex using pandoc
+slides.tex: $(wildcard slides/*.md)
+ pandoc $(PANDOC_BEAMER) -o $@ slides/*.md
+
+# Build pdfs
+presentation.tex: slides.tex
+
+%.pdf: %.tex
+ rubber $(RUBBER_ARG) $<
+
+# Generic
+clean:
+ rubber $(RUBBER_ARG) --clean presentation
+ rm -f slides.tex presentation.vrb beamer.pdf
--- /dev/null
+% info
+\title{How to referate on any topic}
+\subtitle{Even I can do it so no excuses for not holding one yourself!}
+\author{Vincent Dahmen}
+\institute{MaFiA}
--- /dev/null
+\documentclass[t]{beamer}
+%\usetheme{AnnArbor}
+\usetheme{Berkeley}
+\setbeamertemplate{navigation symbols}{}
+
+% fix for missing tightlist - error (pandoc)
+\providecommand{\tightlist}{%
+ \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
+
+\input{me.tex}
+
+\begin{document}
+\begin{frame}
+\titlepage
+\end{frame}
+
+\begin{frame}
+\frametitle{Outline}
+\tableofcontents
+\end{frame}
+
+\input{"slides.tex"}
+
+\end{document}
--- /dev/null
+# intro
+## whoami
+### me
+- IT student
+- hacker*ish*
+- purist
+
+### my maschine
+- arch
+- vim
+- qtile
+
+### this presentation
+- is [online](https://github.com:wahrwolf/cooperative-work-with-gitt)
+
+## motivation
+- everyone has to hold presentations at one point
+- often infront of people
+- different content, simliar form
+ 1) plan it
+ 2) write down the topics
+ 3)
+ 4) hold it
+- hold in front of different people
+- use standard software
+- be lazy do not repeat yourself
+- b6y, do1811
--- /dev/null
+# requirements
+## software
+### creator
+- easy to (re)use
+- can work with
+ - templates
+ - images
+ - formulas
+
+### presenter
+- precompiled pdf output
+- interactive stuff
+
+## usual stuff
+### unix*ish*
+- free (as in free speech)
+- everything is a file
+- do one thing and do it well
+- easy to setup with git
+
+### etc
+- free (as in free beer)
+- can work with git
+- can be read in a terminal
+
--- /dev/null
+# strategy
+## buisnes
+### tools
+- MS Powerpoint
+- dropbox/gdrive
+
+### prepartion
+- click your way to animation heaven
+- Save it on Dropbox/GDrive as .pptx
+- Save it as .pdf (just in case)
+- Send to Host
+
+### fails if
+- No MS Powerpoint installed
+- power is going down
+- you try to move picture
+
+## the hipster
+### tools
+- markdown
+- a browser
+- pandoc
+
+### prepartion
+- build it
+- serve it (e.g. github)
+- send it to host (as pdf)
+
+### fails if
+- no browser
+- power is going down
+
+## the webster
+### tools
+- prezi/ gdocs
+- a browser
+
+### prepartion
+- click your way to hipster heaven
+- save in cloud
+- send it to host (as pdf)
+
+### fails if
+- no browser
+- power is going down
+
+## the nerd way
+### tools
+- $((markdown \cdot pandoc) + tex) \cdot pdflatex = pdf$
+- git
+- `xdg-open presentation.pdf`
+
+### prepartion
+- build it
+- ship it
+
+### fails if
+- you lose your pdf
+- you hold your first one
+- power is going down
+
+## the pro
+### tools
+### preperation
+- years of living with wolves
+
+### fails if
+- you did not lived for at least 12 years with wolves
+- someone uses black voodoo to control your mind
+
--- /dev/null
+# presenting
+## prepartion
+### presentation
+- save everything online
+- bring in a backup
+- check for ty#ops
+- prepare it in english
+
+### etc
+- bring in water/tschunk
+- check notes
+- make sure pointer is working
+- know the beamer guy
+- be there on time
+
+## introduction
+### you
+- tell a little bit aobut yourself
+- what is your motivation?
+
+### your setup
+- tech ppl love tech talk
+- tell them where to find your presentation
+
+### the crowd
+- check for prequestions
+- check audio
+- check the mood
+
+## holding it
+### your part
+- smile
+- loud and clear
+- never excuse
+
+### their part
+- smile
+- have a question strategy
+- cut discussions (if not needed)
+- be confident
+- offer to hold in english
+
+## afterwards
+### your part
+- open up the overview page
+- drink something
+- get some lights on
+- open windows
+
+### their part
+- hear them out
+- smile
+- in doubt: tell them what you understood
+- let them send you emails
+- cut unwanted disccusions
+- be fair
+- ask for mood
+
--- /dev/null
+# etc
+## do's
+- practice often
+- be creative
+- know what you are talking about
+- smile
+- drink something
+- stay in your scedule
+- check time
+ - but not every 30s
+- skip things if necessary
+- stay in control
+
+## don'ts
+- do not excuse yourself
+- do not let some weirdo take over your presentation
+- do not assume you are the smartest one in the room
+- do not read everything
+- do not write to much plain text
+- __do not worry__