From 7c35963f286418a7fde2fe53f350ce6f75a020ad Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 19:11:18 +0200 Subject: Create thesis skeleton --- doc/thesis/chapters/conclusions.tex | 3 +++ doc/thesis/chapters/implementation.tex | 8 ++++++++ doc/thesis/chapters/introduction.tex | 5 +++++ doc/thesis/chapters/theory.tex | 6 ++++++ 4 files changed, 22 insertions(+) create mode 100644 doc/thesis/chapters/conclusions.tex create mode 100644 doc/thesis/chapters/implementation.tex create mode 100644 doc/thesis/chapters/introduction.tex create mode 100644 doc/thesis/chapters/theory.tex (limited to 'doc/thesis/chapters') diff --git a/doc/thesis/chapters/conclusions.tex b/doc/thesis/chapters/conclusions.tex new file mode 100644 index 0000000..15697fd --- /dev/null +++ b/doc/thesis/chapters/conclusions.tex @@ -0,0 +1,3 @@ +% vim: set ts=2 sw=2 noet: + +\chapter{Conclusions} diff --git a/doc/thesis/chapters/implementation.tex b/doc/thesis/chapters/implementation.tex new file mode 100644 index 0000000..12f8cd6 --- /dev/null +++ b/doc/thesis/chapters/implementation.tex @@ -0,0 +1,8 @@ +% vim: set ts=2 sw=2 noet: + +\chapter{Implementation} + +\section{Simulaton} +\section{Hardware} +\section{Measurements} +\section{Results} diff --git a/doc/thesis/chapters/introduction.tex b/doc/thesis/chapters/introduction.tex new file mode 100644 index 0000000..0dc11e5 --- /dev/null +++ b/doc/thesis/chapters/introduction.tex @@ -0,0 +1,5 @@ +% vim: set ts=2 sw=2 noet: + +\chapter{Introduction} + +\section{Background} diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex new file mode 100644 index 0000000..d61fff1 --- /dev/null +++ b/doc/thesis/chapters/theory.tex @@ -0,0 +1,6 @@ +% vim: set ts=2 sw=2 noet: + +\chapter{Theory} + +\section{Problem description} +\section{Mathematical Model} -- cgit v1.2.1