diff options
author | Nao Pross <np@0hm.ch> | 2021-09-21 19:11:18 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-09-21 19:24:38 +0200 |
commit | 7c35963f286418a7fde2fe53f350ce6f75a020ad (patch) | |
tree | 16a9bd56ebc0f64dba898e5ce06f35b5c82cc081 /doc/thesis/chapters | |
parent | Adjust template (diff) | |
download | Fading-7c35963f286418a7fde2fe53f350ce6f75a020ad.tar.gz Fading-7c35963f286418a7fde2fe53f350ce6f75a020ad.zip |
Create thesis skeleton
Diffstat (limited to 'doc/thesis/chapters')
-rw-r--r-- | doc/thesis/chapters/conclusions.tex | 3 | ||||
-rw-r--r-- | doc/thesis/chapters/implementation.tex | 8 | ||||
-rw-r--r-- | doc/thesis/chapters/introduction.tex | 5 | ||||
-rw-r--r-- | doc/thesis/chapters/theory.tex | 6 |
4 files changed, 22 insertions, 0 deletions
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} |