add outline-draft
parent
314a53b417
commit
93ddc837d7
|
|
@ -0,0 +1,6 @@
|
|||
@book{zheng2011computing,
|
||||
title={Computing with spatial trajectories},
|
||||
author={Zheng, Yu and Zhou, Xiaofang},
|
||||
year={2011},
|
||||
publisher={Springer Science \& Business Media}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
\chapter{intro}
|
||||
\section{einleitung halt}
|
||||
|
||||
\chapter{problemstellung}
|
||||
\section{Auswertung ortsbezogener Spiele}
|
||||
|
||||
\chapter{forschungsstand}
|
||||
\section{Metriken sammeln}
|
||||
\section{umgang mit trajektorien}
|
||||
\section{statistische verfahren}
|
||||
\section{...}
|
||||
|
||||
\chapter{lösungsansatz}
|
||||
\section{modulare auswahl von metriken}
|
||||
\section{spiel unabhängig}
|
||||
|
||||
\chapter{umsetzung}
|
||||
\section{klassenstruktur}
|
||||
\section{konfigurierbarkeit (log import)}
|
||||
\section{...}
|
||||
|
||||
\chapter{evaluierung}
|
||||
\section{wie viele metriken umsetzbar?}
|
||||
\section{erweiterbarkeit}
|
||||
|
||||
\chapter{diskussion}
|
||||
|
||||
\section{dummies}
|
||||
\nocite{*}
|
||||
\nomenclature[s]{$E=mc^2$}{Energie}
|
||||
\begin{longtable}[H]{|p{0.2\textwidth}|p{0.2\textwidth}|p{0.2\textwidth}|}
|
||||
\hline
|
||||
A&B&C\\
|
||||
\hline
|
||||
\caption{Tabelle 1}
|
||||
\label{tab:tab1}
|
||||
\end{longtable}
|
||||
\image{3cm}{logo.png}{Uni-Logo}{img:uni}
|
||||
|
|
@ -69,8 +69,8 @@
|
|||
%% Abkuerzungs- und Symbolverzeichnis %%
|
||||
%% Zum alphabetischen Sortieren in der Konsole "makeindex filename.nlo -s nomencl.ist -o filename.nls" ausfuehren; nach dem zweiten Kompilieren erscheint das Abkuerzungsverzeichnis dann im Dokument %%
|
||||
%% Alternativ im TeXnicCenter unter Ausgabe - Ausgabeprofile definieren - Nachbearbeitung einen Postprocessor ("Neu"-Button oben rechts) erstellen. Nach Bennenung unten als Anwendung Makeindex (aus Verzeichnis "./miktex/bin/makeindex.exe") auswaehlen und als Argumente folgenden String setzen: "%bm".nlo -s nomencl.ist -o "%bm".nls" %%
|
||||
\usetwonomenclatures
|
||||
\printnomenclature
|
||||
%\usetwonomenclatures
|
||||
%\printnomenclature %TODO
|
||||
|
||||
\cleardoubleemptypage
|
||||
\pagestyle{scrheadings}
|
||||
|
|
@ -85,10 +85,8 @@
|
|||
%
|
||||
% hier einzelne Kapitel mit \input{Kapitel-File} einfügen
|
||||
%
|
||||
\ifgit
|
||||
\input{\meta/exampleContent/version}
|
||||
\fi
|
||||
\input{\meta/exampleContent/exampleContentThesis}
|
||||
|
||||
\input{content/outline}
|
||||
|
||||
\cleardoubleemptypage
|
||||
\pagestyle{scrplain}
|
||||
|
|
@ -96,7 +94,7 @@
|
|||
\setstretch{1.1}
|
||||
\bibliographystyle{IEEEtran}%alphadin}%alpha}%abbrvdin}%natdin}%plaindin}%apa}
|
||||
%plaindin = Literaturverzeichnis nach deutschem DIN-Standard siehe Webseite von Lorenzen www.haw-hamburg.de/pers/Lorenzen
|
||||
\bibliography{\meta/exampleLiterature/bib}
|
||||
\bibliography{config/literature.bib}
|
||||
|
||||
\cleardoubleemptypage%
|
||||
% Stichwortverzeichnis soll im Inhaltsverzeichnis auftauchen
|
||||
|
|
|
|||
Loading…
Reference in New Issue