Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e348b4836e | ||
![]() |
e5403bc150 | ||
![]() |
8dbd918d2c | ||
![]() |
e2dad0ade3 | ||
![]() |
6f6376550c |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.bcf
|
||||
*.fdb_latexmk
|
||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
@@ -552,6 +552,13 @@
|
||||
[\phantomsection]
|
||||
%
|
||||
% > formats: \chapter
|
||||
%
|
||||
% The following command is used to avoid overlapping
|
||||
% of the chapter headline text, see bug/ticket #1
|
||||
% Solution adapted according to the comment from "Gonzalo Medina" - Thanks
|
||||
% http://tex.stackexchange.com/questions/165878/width-of-chapter-section-with-titlesec
|
||||
\newcommand\ctformatchapter[1]{\parbox[t]{\dimexpr\textwidth-4em\relax}{\raggedright#1}}
|
||||
%
|
||||
\titleformat{\chapter}[display]%
|
||||
{\usekomafont{chapter}}%
|
||||
{\vspace{-8em}\raggedleft{%
|
||||
@@ -562,7 +569,7 @@
|
||||
}%
|
||||
}%
|
||||
{-2.1em}%
|
||||
{\raggedright}%
|
||||
{\ctformatchapter}%
|
||||
[\phantomsection]
|
||||
%
|
||||
% > formats: \section
|
||||
|
@@ -9,7 +9,7 @@
|
||||
\usepackage{shortvrb}
|
||||
\usepackage{pifont}
|
||||
|
||||
\rcsid{$Id: cleanthesis.tex,v 0.2.2 2013/11/17 21:40:00 derric stable $}
|
||||
\rcsid{$Id: cleanthesis.tex,v 0.2.3 2014/04/07 23:16:00 derric stable $}
|
||||
|
||||
\newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace}
|
||||
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
|
||||
\chapter*{Acknowledgement}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\chapter{Concepts}
|
||||
\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}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\chapter{Conclusion}
|
||||
\label{sec:conclusion}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\chapter{Introduction}
|
||||
\label{sec:intro}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\chapter{Related Work}
|
||||
\label{sec:related}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\chapter{System}
|
||||
\label{sec:system}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
\pagestyle{empty}
|
||||
\hfill
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = ../Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
%************************************************
|
||||
% Declaration
|
||||
@@ -19,7 +19,7 @@ You can put your declaration here, to declare that you have completed your work
|
||||
\begin{flushright}
|
||||
\begin{minipage}{5cm}
|
||||
\rule{\textwidth}{1pt}
|
||||
\centering\thesisName
|
||||
\centering\thesisName
|
||||
\end{minipage}
|
||||
\end{flushright}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
% !TEX root = Clean-Thesis.tex
|
||||
% !TEX root = ../thesis-example.tex
|
||||
%
|
||||
% ------------------------------------ --> cover title page
|
||||
\begin{titlepage}
|
||||
|
Binary file not shown.
@@ -83,8 +83,8 @@
|
||||
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
||||
\newcommand{\thesisName}{Ricardo Langner}
|
||||
\newcommand{\thesisSubject}{Documentation}
|
||||
\newcommand{\thesisDate}{November 17, 2013}
|
||||
\newcommand{\thesisVersion}{0.2.2}
|
||||
\newcommand{\thesisDate}{April 7, 2014}
|
||||
\newcommand{\thesisVersion}{0.2.3}
|
||||
|
||||
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
||||
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
||||
|
Reference in New Issue
Block a user