summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cleanthesis/content
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cleanthesis/content
Initial commit
Diffstat (limited to 'macros/latex/contrib/cleanthesis/content')
-rw-r--r--macros/latex/contrib/cleanthesis/content/abstract.tex14
-rw-r--r--macros/latex/contrib/cleanthesis/content/acknowledgement.tex7
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-appendix.tex40
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-concepts.tex28
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-conclusion.tex21
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-introduction.tex82
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-related-work.tex39
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-system.tex44
-rw-r--r--macros/latex/contrib/cleanthesis/content/colophon.tex13
-rw-r--r--macros/latex/contrib/cleanthesis/content/declaration.tex27
-rw-r--r--macros/latex/contrib/cleanthesis/content/titlepages.tex86
11 files changed, 401 insertions, 0 deletions
diff --git a/macros/latex/contrib/cleanthesis/content/abstract.tex b/macros/latex/contrib/cleanthesis/content/abstract.tex
new file mode 100644
index 0000000000..a011582632
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/abstract.tex
@@ -0,0 +1,14 @@
+% !TEX root = ../my-thesis.tex
+%
+\pdfbookmark[0]{Abstract}{Abstract}
+\addchap*{Abstract}
+\label{sec:abstract}
+
+\blindtext
+
+\vspace*{20mm}
+
+{\usekomafont{chapter}Abstract (different language)}
+\label{sec:abstract-diff}
+
+\blindtext
diff --git a/macros/latex/contrib/cleanthesis/content/acknowledgement.tex b/macros/latex/contrib/cleanthesis/content/acknowledgement.tex
new file mode 100644
index 0000000000..09f29999d7
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/acknowledgement.tex
@@ -0,0 +1,7 @@
+% !TEX root = ../my-thesis.tex
+%
+\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
+\addchap*{Acknowledgement}
+\label{sec:acknowledgement}
+
+\Blindtext[2][2]
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex b/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex
new file mode 100644
index 0000000000..e482c18641
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex
@@ -0,0 +1,40 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Example Appendix}
+\label{sec:appendix}
+
+\Blindtext[1][1]
+
+\section{Appendix Section 1}
+\label{sec:appendix:sec1}
+
+\Blindtext[1][1]
+
+\begin{table}[h]
+ \begin{tabularx}{\textwidth}{X | X | X}
+ %\hline
+ Alpha & Beta & Gamma \\ \hline
+ 0 & 1 & 2 \\ \hline
+ 3 & 4 & 5 \\ %\hline
+ \end{tabularx}
+ \label{tab:table1}
+ \caption{This is a caption text.}
+\end{table}
+
+\section{Appendix Section 2}
+\label{sec:appendix:sec2}
+
+\Blindtext[1][1]
+
+\begin{table}[h]
+ \begin{tabularx}{\textwidth}{X | X | X}
+ %\hline
+ Alpha & Beta & Gamma \\ \hline
+ 0 & 1 & 2 \\ \hline
+ 3 & 4 & 5 \\ %\hline
+ \end{tabularx}
+ \label{tab:table2}
+ \caption{This is a caption text.}
+\end{table}
+
+\Blindtext[1][2]
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-concepts.tex b/macros/latex/contrib/cleanthesis/content/chapter-concepts.tex
new file mode 100644
index 0000000000..3255bf362b
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-concepts.tex
@@ -0,0 +1,28 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Concepts: This text is here to test a very long title, to simulate the line break behavior, to show that an extremely long title also works}
+\label{sec:concepts}
+
+\cleanchapterquote{Users do not care about what is inside the box, as long as the box does what they need done.}{Jef Raskin}{about Human Computer Interfaces}
+
+\Blindtext[2][1]
+
+\section{Concepts Section 1}
+\label{sec:concepts:sec1}
+
+\Blindtext[2][2]
+
+\section{Concepts Section 2 with a very very long title that illustrates how long section titles are handled in the footer}
+\label{sec:concepts:sec2}
+
+\Blindtext[3][2]
+
+\section{Concepts Section 3}
+\label{sec:concepts:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:concepts:conclusion}
+
+\Blindtext[2][1]
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-conclusion.tex b/macros/latex/contrib/cleanthesis/content/chapter-conclusion.tex
new file mode 100644
index 0000000000..a4b46b944f
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-conclusion.tex
@@ -0,0 +1,21 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Conclusion}
+\label{sec:conclusion}
+
+\Blindtext[2][1]
+
+\section{System Section 1}
+\label{sec:conclusion:sec1}
+
+\Blindtext[2][2]
+
+\section{System Section 2}
+\label{sec:conclusion:sec2}
+
+\Blindtext[3][2]
+
+\section{Future Work}
+\label{sec:conclusion:future}
+
+\Blindtext[2][2]
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-introduction.tex b/macros/latex/contrib/cleanthesis/content/chapter-introduction.tex
new file mode 100644
index 0000000000..a10e2c4af0
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-introduction.tex
@@ -0,0 +1,82 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Introduction}
+\label{sec:intro}
+
+\cleanchapterquote{You can’t do better design with a computer, but you can speed up your work enormously.}{Wim Crouwel}{(Graphic designer and typographer)}
+
+\Blindtext[2][2]
+
+\section{Postcards: My Address}
+\label{sec:intro:address}
+
+\textbf{Ricardo Langner} \\
+Alfred-Schrapel-Str. 7 \\
+01307 Dresden \\
+Germany
+
+
+\section{Motivation and Problem Statement}
+\label{sec:intro:motivation}
+
+\Blindtext[3][1] \cite{Jurgens:2000,Jurgens:1995,Miede:2011,Kohm:2011,Apple:keynote:2010,Apple:numbers:2010,Apple:pages:2010}
+
+\section{Results}
+\label{sec:intro:results}
+
+\Blindtext[1][2]
+
+\subsection{Some References}
+\label{sec:intro:results:refs}
+
+\cite{WEB:GNU:GPL:2010,WEB:Miede:2011}
+\Blindtext[1][1]
+
+\subsubsection{Methodology}
+\label{sec:intro:results:refs:method}
+
+\Blindtext[1][2]
+
+\paragraph{Strategy 1}
+\Blindtext[1][1]
+
+\begin{lstlisting}[language=Python, caption={This simple helloworld.py file prints Hello World.}\label{lst:pyhelloworld}]
+#!/usr/bin/env python
+print "Hello World"
+\end{lstlisting}
+
+\paragraph{Strategy 2}
+\Blindtext[1][1]
+
+\begin{lstlisting}[language=Python, caption={This is a bubble sort function.}\label{lst:pybubblesort}]
+#!/usr/bin/env python
+def bubble_sort(list):
+ for num in range(len(list)-1,0,-1):
+ for i in range(num):
+ if list[i]>list[i+1]:
+ tmp = list[i]
+ list[i] = list[i+1]
+ list[i+1] = tmp
+
+alist = [34,67,2,4,65,16,17,95,20,31]
+bubble_sort(list)
+print(list)
+\end{lstlisting}
+
+\section{Thesis Structure}
+\label{sec:intro:structure}
+
+\textbf{Chapter \ref{sec:related}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:system}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:concepts}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:concepts}} \\[0.2em]
+\blindtext
+
+\textbf{Chapter \ref{sec:conclusion}} \\[0.2em]
+\blindtext
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]
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-system.tex b/macros/latex/contrib/cleanthesis/content/chapter-system.tex
new file mode 100644
index 0000000000..641d8a9c07
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-system.tex
@@ -0,0 +1,44 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{System}
+\label{sec:system}
+
+\cleanchapterquote{Innovation distinguishes between a leader and a follower.}{Steve Jobs}{(CEO Apple Inc.)}
+
+\Blindtext[2][1]
+
+\section{System Section 1}
+\label{sec:system:sec1}
+
+\Blindtext[1][2]
+
+\begin{figure}[htb]
+ \includegraphics[width=\textwidth]{gfx/Clean-Thesis-Figure}
+ \caption{Figure example: \textit{(a)} example part one, \textit{(c)} example part two; \textit{(c)} example part three}
+ \label{fig:system:example1}
+\end{figure}
+
+\Blindtext[1][2]
+
+\section{System Section 2}
+\label{sec:system:sec2}
+
+\Blindtext[1][2]
+
+\begin{figure}[htb]
+ \includegraphics[width=\textwidth]{gfx/Clean-Thesis-Figure}
+ \caption{Another Figure example: \textit{(a)} example part one, \textit{(c)} example part two; \textit{(c)} example part three}
+ \label{fig:system:example2}
+\end{figure}
+
+\Blindtext[2][2]
+
+\section{System Section 3}
+\label{sec:system:sec3}
+
+\Blindtext[4][2]
+
+\section{Conclusion}
+\label{sec:system:conclusion}
+
+\Blindtext[2][1]
diff --git a/macros/latex/contrib/cleanthesis/content/colophon.tex b/macros/latex/contrib/cleanthesis/content/colophon.tex
new file mode 100644
index 0000000000..94fe067878
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/colophon.tex
@@ -0,0 +1,13 @@
+% !TEX root = ../my-thesis.tex
+%
+\pagestyle{empty}
+\hfill
+\vfill
+\pdfbookmark[0]{Colophon}{Colophon}
+\section*{Colophon}
+
+This thesis was typeset with \LaTeXe.
+It uses the \textit{Clean Thesis} style developed by Ricardo Langner.
+The design of the \textit{Clean Thesis} style is inspired by user guide documents from Apple Inc.
+
+Download the \textit{Clean Thesis} style at \url{http://cleanthesis.der-ric.de/}.
diff --git a/macros/latex/contrib/cleanthesis/content/declaration.tex b/macros/latex/contrib/cleanthesis/content/declaration.tex
new file mode 100644
index 0000000000..08905f468e
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/declaration.tex
@@ -0,0 +1,27 @@
+% !TEX root = ../my-thesis.tex
+%
+%************************************************
+% Declaration
+%************************************************
+\pdfbookmark[0]{Declaration}{Declaration}
+\addchap{Declaration}
+\label{sec:declaration}
+\thispagestyle{empty}
+
+You can put your declaration here, to declare that you have completed your work solely and only with the help of the references you mentioned.
+
+\bigskip
+
+\noindent\textit{\thesisUniversityCity, \thesisDate}
+
+\smallskip
+
+\begin{flushright}
+ \begin{minipage}{5cm}
+ \rule{\textwidth}{1pt}
+ \centering\thesisName
+ \end{minipage}
+\end{flushright}
+
+%*****************************************
+%*****************************************
diff --git a/macros/latex/contrib/cleanthesis/content/titlepages.tex b/macros/latex/contrib/cleanthesis/content/titlepages.tex
new file mode 100644
index 0000000000..3fe08353cd
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/titlepages.tex
@@ -0,0 +1,86 @@
+% !TEX root = ../my-thesis.tex
+%
+% ------------------------------------ --> cover title page
+\begin{titlepage}
+ \pdfbookmark[0]{Cover}{Cover}
+ \flushright
+ \hfill
+ \vfill
+ {\LARGE\thesisTitle \par}
+ \rule[5pt]{\textwidth}{.4pt} \par
+ {\Large\thesisName}
+ \vfill
+ \textit{\large\thesisDate} \\
+ Version: \thesisVersion
+\end{titlepage}
+
+
+% ------------------------------------ --> main title page
+\begin{titlepage}
+ \pdfbookmark[0]{Titlepage}{Titlepage}
+ \tgherosfont
+ \centering
+
+ {\Large \thesisUniversity} \\[4mm]
+ \includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
+ \textsf{\thesisUniversityDepartment} \\
+ \textsf{\thesisUniversityInstitute} \\
+ \textsf{\thesisUniversityGroup} \\
+
+ \vfill
+ {\large \thesisSubject} \\[5mm]
+ {\LARGE \color{ctcolortitle}\textbf{\thesisTitle} \\[10mm]}
+ {\Large \thesisName} \\
+
+ \vfill
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{1. Reviewer}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ {\Large \thesisFirstReviewer} \\
+ {\small \thesisFirstReviewerDepartment} \\[-1mm]
+ {\small \thesisFirstReviewerUniversity}
+ \end{minipage} \\[5mm]
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{2. Reviewer}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ {\Large \thesisSecondReviewer} \\
+ {\small \thesisSecondReviewerDepartment} \\[-1mm]
+ {\small \thesisSecondReviewerUniversity}
+ \end{minipage} \\[10mm]
+ \begin{minipage}[t]{.27\textwidth}
+ \raggedleft
+ \textit{Supervisors}
+ \end{minipage}
+ \hspace*{15pt}
+ \begin{minipage}[t]{.65\textwidth}
+ \thesisFirstSupervisor\ and \thesisSecondSupervisor
+ \end{minipage} \\[10mm]
+
+ \thesisDate \\
+
+\end{titlepage}
+
+
+% ------------------------------------ --> lower title back for single page layout
+\hfill
+\vfill
+{
+ \small
+ \textbf{\thesisName} \\
+ \textit{\thesisTitle} \\
+ \thesisSubject, \thesisDate \\
+ Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
+ Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
+ \textbf{\thesisUniversity} \\
+ \textit{\thesisUniversityGroup} \\
+ \thesisUniversityInstitute \\
+ \thesisUniversityDepartment \\
+ \thesisUniversityStreetAddress \\
+ \thesisUniversityPostalCode\ and \thesisUniversityCity
+}