Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e348b4836e | ||
![]() |
e5403bc150 | ||
![]() |
8dbd918d2c | ||
![]() |
e2dad0ade3 | ||
![]() |
6f6376550c |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@
|
|||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.toc
|
*.toc
|
||||||
*.bcf
|
*.bcf
|
||||||
|
*.fdb_latexmk
|
||||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
@@ -552,6 +552,13 @@
|
|||||||
[\phantomsection]
|
[\phantomsection]
|
||||||
%
|
%
|
||||||
% > formats: \chapter
|
% > 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]%
|
\titleformat{\chapter}[display]%
|
||||||
{\usekomafont{chapter}}%
|
{\usekomafont{chapter}}%
|
||||||
{\vspace{-8em}\raggedleft{%
|
{\vspace{-8em}\raggedleft{%
|
||||||
@@ -562,7 +569,7 @@
|
|||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
{-2.1em}%
|
{-2.1em}%
|
||||||
{\raggedright}%
|
{\ctformatchapter}%
|
||||||
[\phantomsection]
|
[\phantomsection]
|
||||||
%
|
%
|
||||||
% > formats: \section
|
% > formats: \section
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
\usepackage{shortvrb}
|
\usepackage{shortvrb}
|
||||||
\usepackage{pifont}
|
\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*{\cleanthesis}{\emph{Clean Thesis}\xspace}
|
||||||
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
|
\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}
|
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
|
||||||
\chapter*{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}
|
\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}
|
\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}
|
\chapter{Conclusion}
|
||||||
\label{sec:conclusion}
|
\label{sec:conclusion}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Introduction}
|
\chapter{Introduction}
|
||||||
\label{sec:intro}
|
\label{sec:intro}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Related Work}
|
\chapter{Related Work}
|
||||||
\label{sec:related}
|
\label{sec:related}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{System}
|
\chapter{System}
|
||||||
\label{sec:system}
|
\label{sec:system}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
\hfill
|
\hfill
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
%************************************************
|
%************************************************
|
||||||
% Declaration
|
% Declaration
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
% ------------------------------------ --> cover title page
|
% ------------------------------------ --> cover title page
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
|
Binary file not shown.
@@ -83,8 +83,8 @@
|
|||||||
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
||||||
\newcommand{\thesisName}{Ricardo Langner}
|
\newcommand{\thesisName}{Ricardo Langner}
|
||||||
\newcommand{\thesisSubject}{Documentation}
|
\newcommand{\thesisSubject}{Documentation}
|
||||||
\newcommand{\thesisDate}{November 17, 2013}
|
\newcommand{\thesisDate}{April 7, 2014}
|
||||||
\newcommand{\thesisVersion}{0.2.2}
|
\newcommand{\thesisVersion}{0.2.3}
|
||||||
|
|
||||||
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
||||||
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
||||||
|
Reference in New Issue
Block a user