added gitignore for latex files
This commit is contained in:
parent
cc93633478
commit
427056a90e
220
.gitignore
vendored
Normal file
220
.gitignore
vendored
Normal file
|
@ -0,0 +1,220 @@
|
||||||
|
## Core latex/pdflatex auxiliary files:
|
||||||
|
*.aux
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.lot
|
||||||
|
*.fls
|
||||||
|
*.out
|
||||||
|
*.toc
|
||||||
|
*.fmt
|
||||||
|
*.fot
|
||||||
|
*.cb
|
||||||
|
*.cb2
|
||||||
|
|
||||||
|
## Intermediate documents:
|
||||||
|
*.dvi
|
||||||
|
*-converted-to.*
|
||||||
|
# these rules might exclude image files for figures etc.
|
||||||
|
# *.ps
|
||||||
|
# *.eps
|
||||||
|
# *.pdf
|
||||||
|
|
||||||
|
## Generated if empty string is given at "Please type another file name for output:"
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.blg
|
||||||
|
*-blx.aux
|
||||||
|
*-blx.bib
|
||||||
|
*.run.xml
|
||||||
|
|
||||||
|
## Build tool auxiliary files:
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.synctex
|
||||||
|
*.synctex(busy)
|
||||||
|
*.synctex.gz
|
||||||
|
*.synctex.gz(busy)
|
||||||
|
*.pdfsync
|
||||||
|
|
||||||
|
## Auxiliary and intermediate files from other packages:
|
||||||
|
# algorithms
|
||||||
|
*.alg
|
||||||
|
*.loa
|
||||||
|
|
||||||
|
# achemso
|
||||||
|
acs-*.bib
|
||||||
|
|
||||||
|
# amsthm
|
||||||
|
*.thm
|
||||||
|
|
||||||
|
# beamer
|
||||||
|
*.nav
|
||||||
|
*.pre
|
||||||
|
*.snm
|
||||||
|
*.vrb
|
||||||
|
|
||||||
|
# changes
|
||||||
|
*.soc
|
||||||
|
|
||||||
|
# cprotect
|
||||||
|
*.cpt
|
||||||
|
|
||||||
|
# elsarticle (documentclass of Elsevier journals)
|
||||||
|
*.spl
|
||||||
|
|
||||||
|
# endnotes
|
||||||
|
*.ent
|
||||||
|
|
||||||
|
# fixme
|
||||||
|
*.lox
|
||||||
|
|
||||||
|
# feynmf/feynmp
|
||||||
|
*.mf
|
||||||
|
*.mp
|
||||||
|
*.t[1-9]
|
||||||
|
*.t[1-9][0-9]
|
||||||
|
*.tfm
|
||||||
|
|
||||||
|
#(r)(e)ledmac/(r)(e)ledpar
|
||||||
|
*.end
|
||||||
|
*.?end
|
||||||
|
*.[1-9]
|
||||||
|
*.[1-9][0-9]
|
||||||
|
*.[1-9][0-9][0-9]
|
||||||
|
*.[1-9]R
|
||||||
|
*.[1-9][0-9]R
|
||||||
|
*.[1-9][0-9][0-9]R
|
||||||
|
*.eledsec[1-9]
|
||||||
|
*.eledsec[1-9]R
|
||||||
|
*.eledsec[1-9][0-9]
|
||||||
|
*.eledsec[1-9][0-9]R
|
||||||
|
*.eledsec[1-9][0-9][0-9]
|
||||||
|
*.eledsec[1-9][0-9][0-9]R
|
||||||
|
|
||||||
|
# glossaries
|
||||||
|
*.acn
|
||||||
|
*.acr
|
||||||
|
*.glg
|
||||||
|
*.glo
|
||||||
|
*.gls
|
||||||
|
*.glsdefs
|
||||||
|
|
||||||
|
# gnuplottex
|
||||||
|
*-gnuplottex-*
|
||||||
|
|
||||||
|
# gregoriotex
|
||||||
|
*.gaux
|
||||||
|
*.gtex
|
||||||
|
|
||||||
|
# hyperref
|
||||||
|
*.brf
|
||||||
|
|
||||||
|
# knitr
|
||||||
|
*-concordance.tex
|
||||||
|
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||||
|
*.tikz
|
||||||
|
*-tikzDictionary
|
||||||
|
|
||||||
|
# listings
|
||||||
|
*.lol
|
||||||
|
|
||||||
|
# makeidx
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.ist
|
||||||
|
|
||||||
|
# minitoc
|
||||||
|
*.maf
|
||||||
|
*.mlf
|
||||||
|
*.mlt
|
||||||
|
*.mtc[0-9]*
|
||||||
|
*.slf[0-9]*
|
||||||
|
*.slt[0-9]*
|
||||||
|
*.stc[0-9]*
|
||||||
|
|
||||||
|
# minted
|
||||||
|
_minted*
|
||||||
|
*.pyg
|
||||||
|
|
||||||
|
# morewrites
|
||||||
|
*.mw
|
||||||
|
|
||||||
|
# nomencl
|
||||||
|
*.nlo
|
||||||
|
|
||||||
|
# pax
|
||||||
|
*.pax
|
||||||
|
|
||||||
|
# pdfpcnotes
|
||||||
|
*.pdfpc
|
||||||
|
|
||||||
|
# sagetex
|
||||||
|
*.sagetex.sage
|
||||||
|
*.sagetex.py
|
||||||
|
*.sagetex.scmd
|
||||||
|
|
||||||
|
# scrwfile
|
||||||
|
*.wrt
|
||||||
|
|
||||||
|
# sympy
|
||||||
|
*.sout
|
||||||
|
*.sympy
|
||||||
|
sympy-plots-for-*.tex/
|
||||||
|
|
||||||
|
# pdfcomment
|
||||||
|
*.upa
|
||||||
|
*.upb
|
||||||
|
|
||||||
|
# pythontex
|
||||||
|
*.pytxcode
|
||||||
|
pythontex-files-*/
|
||||||
|
|
||||||
|
# thmtools
|
||||||
|
*.loe
|
||||||
|
|
||||||
|
# TikZ & PGF
|
||||||
|
*.dpth
|
||||||
|
*.md5
|
||||||
|
*.auxlock
|
||||||
|
|
||||||
|
# todonotes
|
||||||
|
*.tdo
|
||||||
|
|
||||||
|
# easy-todo
|
||||||
|
*.lod
|
||||||
|
|
||||||
|
# xindy
|
||||||
|
*.xdy
|
||||||
|
|
||||||
|
# xypic precompiled matrices
|
||||||
|
*.xyc
|
||||||
|
|
||||||
|
# endfloat
|
||||||
|
*.ttt
|
||||||
|
*.fff
|
||||||
|
|
||||||
|
# Latexian
|
||||||
|
TSWLatexianTemp*
|
||||||
|
|
||||||
|
## Editors:
|
||||||
|
# WinEdt
|
||||||
|
*.bak
|
||||||
|
*.sav
|
||||||
|
|
||||||
|
# Texpad
|
||||||
|
.texpadtmp
|
||||||
|
|
||||||
|
# Kile
|
||||||
|
*.backup
|
||||||
|
|
||||||
|
# KBibTeX
|
||||||
|
*~[0-9]*
|
||||||
|
|
||||||
|
# auto folder when using emacs and auctex
|
||||||
|
/auto/*
|
||||||
|
|
||||||
|
# expex forward references with \gathertags
|
||||||
|
*-tags.tex
|
|
@ -1,89 +0,0 @@
|
||||||
\relax
|
|
||||||
\providecommand\hyper@newdestlabel[2]{}
|
|
||||||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
|
||||||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
|
||||||
\global\let\oldcontentsline\contentsline
|
|
||||||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
|
|
||||||
\global\let\oldnewlabel\newlabel
|
|
||||||
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
|
|
||||||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
|
||||||
\AtEndDocument{\ifx\hyper@anchor\@undefined
|
|
||||||
\let\contentsline\oldcontentsline
|
|
||||||
\let\newlabel\oldnewlabel
|
|
||||||
\fi}
|
|
||||||
\fi}
|
|
||||||
\global\let\hyper@last\relax
|
|
||||||
\gdef\HyperFirstAtBeginDocument#1{#1}
|
|
||||||
\providecommand\HyField@AuxAddToFields[1]{}
|
|
||||||
\providecommand\HyField@AuxAddToCoFields[2]{}
|
|
||||||
\select@language{english}
|
|
||||||
\@writefile{toc}{\select@language{english}}
|
|
||||||
\@writefile{lof}{\select@language{english}}
|
|
||||||
\@writefile{lot}{\select@language{english}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
|
|
||||||
\@writefile{toc}{\beamer@sectionintoc {1}{\IeC {\"O}PNV}{3}{0}{1}}
|
|
||||||
\@writefile{nav}{\headcommand {\sectionentry {1}{\IeC {\"O}PNV}{3}{\IeC {\"O}PNV}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {1}{1}{Unsere politischen Ziele}{3}{0}{1}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{1}{3}{Unsere politischen Ziele}}\headcommand {\beamer@subsectionpages {3}{2}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {1}{1}{1}{3/6}{Unsere politischen Ziele}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {3}{6}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {1}{1}{2}{7/7}{Unsere politischen Ziele}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}}
|
|
||||||
\@writefile{toc}{\beamer@sectionintoc {2}{Ticketfrei}{8}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\sectionentry {2}{Ticketfrei}{8}{Ticketfrei}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {3}{7}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {3}{7}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {2}{1}{Wie benutzt man Ticketfrei?}{8}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{2}{1}{8}{Wie benutzt man Ticketfrei?}}\headcommand {\beamer@subsectionpages {8}{7}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{1}{1}{8/9}{Wie benutzt man Ticketfrei?}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {8}{9}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {2}{2}{Schwachstellen von Ticketfrei}{10}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{2}{2}{10}{Schwachstellen von Ticketfrei}}\headcommand {\beamer@subsectionpages {8}{9}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{2}{1}{10/10}{Schwachstellen von Ticketfrei}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {2}{3}{Die Idee}{11}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{2}{3}{11}{Die Idee}}\headcommand {\beamer@subsectionpages {10}{10}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{3}{1}{11/12}{Die Idee}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {11}{12}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {2}{4}{Architektur des Bots}{13}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{2}{4}{13}{Architektur des Bots}}\headcommand {\beamer@subsectionpages {11}{12}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{4}{1}{13/13}{Architektur des Bots}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{4}{2}{14/14}{Architektur des Bots}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {2}{5}{Entwicklungs-Roadmap}{15}{0}{2}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{2}{5}{15}{Entwicklungs-Roadmap}}\headcommand {\beamer@subsectionpages {13}{14}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {2}{5}{1}{15/16}{Entwicklungs-Roadmap}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {15}{16}}}
|
|
||||||
\@writefile{toc}{\beamer@sectionintoc {3}{Sousveillance}{17}{0}{3}}
|
|
||||||
\@writefile{nav}{\headcommand {\sectionentry {3}{Sousveillance}{17}{Sousveillance}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {8}{16}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {15}{16}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {3}{1}{Kybernetik und \IeC {\"U}berwachung}{17}{0}{3}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{1}{17}{Kybernetik und \IeC {\"U}berwachung}}\headcommand {\beamer@subsectionpages {17}{16}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {3}{1}{1}{17/20}{Kybernetik und \IeC {\"U}berwachung}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {17}{20}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {3}{2}{Definition Sousveillance}{21}{0}{3}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{2}{21}{Definition Sousveillance}}\headcommand {\beamer@subsectionpages {17}{20}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {3}{2}{1}{21/22}{Definition Sousveillance}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {21}{22}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {3}{3}{Beispiele f\IeC {\"u}r Sousveillance}{23}{0}{3}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{3}{23}{Beispiele f\IeC {\"u}r Sousveillance}}\headcommand {\beamer@subsectionpages {21}{22}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {3}{3}{1}{23/25}{Beispiele f\IeC {\"u}r Sousveillance}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {23}{25}}}
|
|
||||||
\@writefile{toc}{\beamer@subsectionintoc {3}{4}{Fazit}{26}{0}{3}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{4}{26}{Fazit}}\headcommand {\beamer@subsectionpages {23}{25}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {3}{4}{1}{26/26}{Fazit}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {26}{26}}}
|
|
||||||
\@writefile{nav}{\headcommand {\slideentry {3}{4}{2}{27/27}{Fazit}{0}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@partpages {1}{27}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {26}{27}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {17}{27}}}
|
|
||||||
\@writefile{nav}{\headcommand {\beamer@documentpages {27}}}
|
|
||||||
\@writefile{nav}{\headcommand {\def \inserttotalframenumber {14}}}
|
|
1788
presentation.log
1788
presentation.log
File diff suppressed because it is too large
Load diff
|
@ -1,54 +0,0 @@
|
||||||
\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
|
|
||||||
\headcommand {\beamer@framepages {1}{1}}
|
|
||||||
\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
|
|
||||||
\headcommand {\beamer@framepages {2}{2}}
|
|
||||||
\headcommand {\sectionentry {1}{\IeC {\"O}PNV}{3}{\IeC {\"O}PNV}{0}}
|
|
||||||
\headcommand {\beamer@sectionpages {1}{2}}
|
|
||||||
\headcommand {\beamer@subsectionpages {1}{2}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{1}{1}{3}{Unsere politischen Ziele}}\headcommand {\beamer@subsectionpages {3}{2}}
|
|
||||||
\headcommand {\slideentry {1}{1}{1}{3/6}{Unsere politischen Ziele}{0}}
|
|
||||||
\headcommand {\beamer@framepages {3}{6}}
|
|
||||||
\headcommand {\slideentry {1}{1}{2}{7/7}{Unsere politischen Ziele}{0}}
|
|
||||||
\headcommand {\beamer@framepages {7}{7}}
|
|
||||||
\headcommand {\sectionentry {2}{Ticketfrei}{8}{Ticketfrei}{0}}
|
|
||||||
\headcommand {\beamer@sectionpages {3}{7}}
|
|
||||||
\headcommand {\beamer@subsectionpages {3}{7}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{2}{1}{8}{Wie benutzt man Ticketfrei?}}\headcommand {\beamer@subsectionpages {8}{7}}
|
|
||||||
\headcommand {\slideentry {2}{1}{1}{8/9}{Wie benutzt man Ticketfrei?}{0}}
|
|
||||||
\headcommand {\beamer@framepages {8}{9}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{2}{2}{10}{Schwachstellen von Ticketfrei}}\headcommand {\beamer@subsectionpages {8}{9}}
|
|
||||||
\headcommand {\slideentry {2}{2}{1}{10/10}{Schwachstellen von Ticketfrei}{0}}
|
|
||||||
\headcommand {\beamer@framepages {10}{10}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{2}{3}{11}{Die Idee}}\headcommand {\beamer@subsectionpages {10}{10}}
|
|
||||||
\headcommand {\slideentry {2}{3}{1}{11/12}{Die Idee}{0}}
|
|
||||||
\headcommand {\beamer@framepages {11}{12}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{2}{4}{13}{Architektur des Bots}}\headcommand {\beamer@subsectionpages {11}{12}}
|
|
||||||
\headcommand {\slideentry {2}{4}{1}{13/13}{Architektur des Bots}{0}}
|
|
||||||
\headcommand {\beamer@framepages {13}{13}}
|
|
||||||
\headcommand {\slideentry {2}{4}{2}{14/14}{Architektur des Bots}{0}}
|
|
||||||
\headcommand {\beamer@framepages {14}{14}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{2}{5}{15}{Entwicklungs-Roadmap}}\headcommand {\beamer@subsectionpages {13}{14}}
|
|
||||||
\headcommand {\slideentry {2}{5}{1}{15/16}{Entwicklungs-Roadmap}{0}}
|
|
||||||
\headcommand {\beamer@framepages {15}{16}}
|
|
||||||
\headcommand {\sectionentry {3}{Sousveillance}{17}{Sousveillance}{0}}
|
|
||||||
\headcommand {\beamer@sectionpages {8}{16}}
|
|
||||||
\headcommand {\beamer@subsectionpages {15}{16}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{3}{1}{17}{Kybernetik und \IeC {\"U}berwachung}}\headcommand {\beamer@subsectionpages {17}{16}}
|
|
||||||
\headcommand {\slideentry {3}{1}{1}{17/20}{Kybernetik und \IeC {\"U}berwachung}{0}}
|
|
||||||
\headcommand {\beamer@framepages {17}{20}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{3}{2}{21}{Definition Sousveillance}}\headcommand {\beamer@subsectionpages {17}{20}}
|
|
||||||
\headcommand {\slideentry {3}{2}{1}{21/22}{Definition Sousveillance}{0}}
|
|
||||||
\headcommand {\beamer@framepages {21}{22}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{3}{3}{23}{Beispiele f\IeC {\"u}r Sousveillance}}\headcommand {\beamer@subsectionpages {21}{22}}
|
|
||||||
\headcommand {\slideentry {3}{3}{1}{23/25}{Beispiele f\IeC {\"u}r Sousveillance}{0}}
|
|
||||||
\headcommand {\beamer@framepages {23}{25}}
|
|
||||||
\headcommand {\beamer@subsectionentry {0}{3}{4}{26}{Fazit}}\headcommand {\beamer@subsectionpages {23}{25}}
|
|
||||||
\headcommand {\slideentry {3}{4}{1}{26/26}{Fazit}{0}}
|
|
||||||
\headcommand {\beamer@framepages {26}{26}}
|
|
||||||
\headcommand {\slideentry {3}{4}{2}{27/27}{Fazit}{0}}
|
|
||||||
\headcommand {\beamer@framepages {27}{27}}
|
|
||||||
\headcommand {\beamer@partpages {1}{27}}
|
|
||||||
\headcommand {\beamer@subsectionpages {26}{27}}
|
|
||||||
\headcommand {\beamer@sectionpages {17}{27}}
|
|
||||||
\headcommand {\beamer@documentpages {27}}
|
|
||||||
\headcommand {\def \inserttotalframenumber {14}}
|
|
|
@ -1,13 +0,0 @@
|
||||||
\BOOKMARK [2][]{Outline0.1}{\326PNV}{}% 1
|
|
||||||
\BOOKMARK [3][]{Outline0.1.1.3}{Unsere politischen Ziele}{Outline0.1}% 2
|
|
||||||
\BOOKMARK [2][]{Outline0.2}{Ticketfrei}{}% 3
|
|
||||||
\BOOKMARK [3][]{Outline0.2.1.8}{Wie benutzt man Ticketfrei?}{Outline0.2}% 4
|
|
||||||
\BOOKMARK [3][]{Outline0.2.2.10}{Schwachstellen von Ticketfrei}{Outline0.2}% 5
|
|
||||||
\BOOKMARK [3][]{Outline0.2.3.11}{Die Idee}{Outline0.2}% 6
|
|
||||||
\BOOKMARK [3][]{Outline0.2.4.13}{Architektur des Bots}{Outline0.2}% 7
|
|
||||||
\BOOKMARK [3][]{Outline0.2.5.15}{Entwicklungs-Roadmap}{Outline0.2}% 8
|
|
||||||
\BOOKMARK [2][]{Outline0.3}{Sousveillance}{}% 9
|
|
||||||
\BOOKMARK [3][]{Outline0.3.1.17}{Kybernetik und \334berwachung}{Outline0.3}% 10
|
|
||||||
\BOOKMARK [3][]{Outline0.3.2.21}{Definition Sousveillance}{Outline0.3}% 11
|
|
||||||
\BOOKMARK [3][]{Outline0.3.3.23}{Beispiele f\374r Sousveillance}{Outline0.3}% 12
|
|
||||||
\BOOKMARK [3][]{Outline0.3.4.26}{Fazit}{Outline0.3}% 13
|
|
BIN
presentation.pdf
BIN
presentation.pdf
Binary file not shown.
Binary file not shown.
|
@ -1,14 +0,0 @@
|
||||||
\select@language {english}
|
|
||||||
\beamer@sectionintoc {1}{\IeC {\"O}PNV}{3}{0}{1}
|
|
||||||
\beamer@subsectionintoc {1}{1}{Unsere politischen Ziele}{3}{0}{1}
|
|
||||||
\beamer@sectionintoc {2}{Ticketfrei}{8}{0}{2}
|
|
||||||
\beamer@subsectionintoc {2}{1}{Wie benutzt man Ticketfrei?}{8}{0}{2}
|
|
||||||
\beamer@subsectionintoc {2}{2}{Schwachstellen von Ticketfrei}{10}{0}{2}
|
|
||||||
\beamer@subsectionintoc {2}{3}{Die Idee}{11}{0}{2}
|
|
||||||
\beamer@subsectionintoc {2}{4}{Architektur des Bots}{13}{0}{2}
|
|
||||||
\beamer@subsectionintoc {2}{5}{Entwicklungs-Roadmap}{15}{0}{2}
|
|
||||||
\beamer@sectionintoc {3}{Sousveillance}{17}{0}{3}
|
|
||||||
\beamer@subsectionintoc {3}{1}{Kybernetik und \IeC {\"U}berwachung}{17}{0}{3}
|
|
||||||
\beamer@subsectionintoc {3}{2}{Definition Sousveillance}{21}{0}{3}
|
|
||||||
\beamer@subsectionintoc {3}{3}{Beispiele f\IeC {\"u}r Sousveillance}{23}{0}{3}
|
|
||||||
\beamer@subsectionintoc {3}{4}{Fazit}{26}{0}{3}
|
|
Loading…
Reference in a new issue