summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cleanthesis/content/chapter-related-work.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cleanthesis/content/chapter-related-work.tex')
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-related-work.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-related-work.tex b/macros/latex/contrib/cleanthesis/content/chapter-related-work.tex
new file mode 100644
index 0000000000..5fe1cbfa80
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-related-work.tex
@@ -0,0 +1,39 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Related Work}
+\label{sec:related}
+
+\cleanchapterquote{A picture is worth a thousand words. An interface is worth a thousand pictures.}{Ben Shneiderman}{(Professor for Computer Science)}
+
+\Blindtext[2][1]
+
+\begin{lstlisting}[language=Java, caption={A simple Hellow World example in Java.}\label{lst:javahelloworld}]
+public class HelloWorld {
+ public static void main ( String[] args ) {
+ // Output Hello World!
+ System.out.println( "Hello World!" );
+ }
+}
+\end{lstlisting}
+
+\Blindtext[1][1]
+
+\section{Related Work Section 1}
+\label{sec:related:sec1}
+
+\Blindtext[2][2]
+
+\section{Related Work Section 2}
+\label{sec:related:sec2}
+
+\Blindtext[3][2]
+
+\section{Related Work Section 3}
+\label{sec:related:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:related:conclusion}
+
+\Blindtext[2][1]