diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-27 22:02:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-27 22:02:35 +0000 |
commit | d0b7455f5ef6000af94ff3365c9f7e36a411dc42 (patch) | |
tree | eef3f80ffeccbe44216de5ed99aafbd0f426e557 /Master/texmf-dist/doc/latex/cleanthesis/content | |
parent | 7eb5047990feee3545abafcc60bae22fad6f1927 (diff) |
cleanthesis (27aug15)
git-svn-id: svn://tug.org/texlive/trunk@38221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cleanthesis/content')
10 files changed, 318 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cleanthesis/content/abstract.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/abstract.tex new file mode 100644 index 00000000000..00cb3d2169a --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/abstract.tex @@ -0,0 +1,14 @@ +% !TEX root = ../thesis-example.tex +% +\pdfbookmark[0]{Abstract}{Abstract} +\chapter*{Abstract} +\label{sec:abstract} +\vspace*{-10mm} + +\blindtext + +\vspace*{20mm} + +{\usekomafont{chapter}Abstract (different language)}\label{sec:abstract-diff} \\ + +\blindtext diff --git a/Master/texmf-dist/doc/latex/cleanthesis/content/acknowledgement.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/acknowledgement.tex new file mode 100644 index 00000000000..5f6d4cf4e33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/acknowledgement.tex @@ -0,0 +1,8 @@ +% !TEX root = ../thesis-example.tex +% +\pdfbookmark[0]{Acknowledgement}{Acknowledgement} +\chapter*{Acknowledgement} +\label{sec:acknowledgement} +\vspace*{-10mm} + +\Blindtext[2][2] diff --git a/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-concepts.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-concepts.tex new file mode 100644 index 00000000000..4464cdc5101 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-concepts.tex @@ -0,0 +1,28 @@ +% !TEX root = ../thesis-example.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 tilte 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} +\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/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-conclusion.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-conclusion.tex new file mode 100644 index 00000000000..20e2ec81099 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-conclusion.tex @@ -0,0 +1,21 @@ +% !TEX root = ../thesis-example.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/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-introduction.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-introduction.tex new file mode 100644 index 00000000000..9cd34ebad32 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-introduction.tex @@ -0,0 +1,49 @@ +% !TEX root = ../thesis-example.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} + +\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/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-related-work.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-related-work.tex new file mode 100644 index 00000000000..04c3c9142f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-related-work.tex @@ -0,0 +1,28 @@ +% !TEX root = ../thesis-example.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] + +\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/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-system.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-system.tex new file mode 100644 index 00000000000..5fea8c9354a --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/chapter-system.tex @@ -0,0 +1,44 @@ +% !TEX root = ../thesis-example.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/Master/texmf-dist/doc/latex/cleanthesis/content/colophon.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/colophon.tex new file mode 100644 index 00000000000..59fc99e7e4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/colophon.tex @@ -0,0 +1,13 @@ +% !TEX root = ../thesis-example.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/Master/texmf-dist/doc/latex/cleanthesis/content/declaration.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/declaration.tex new file mode 100644 index 00000000000..db58183ea20 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/declaration.tex @@ -0,0 +1,27 @@ +% !TEX root = ../thesis-example.tex +% +%************************************************ +% Declaration +%************************************************ +\pdfbookmark[0]{Declaration}{Declaration} +\chapter*{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/Master/texmf-dist/doc/latex/cleanthesis/content/titlepages.tex b/Master/texmf-dist/doc/latex/cleanthesis/content/titlepages.tex new file mode 100644 index 00000000000..497b14e9642 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleanthesis/content/titlepages.tex @@ -0,0 +1,86 @@ +% !TEX root = ../thesis-example.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 +} |