5 Commits

Author SHA1 Message Date
Ricardo Langner
e348b4836e - Change: version 0.2.3 2014-04-07 23:20:31 +02:00
Ricardo Langner
e5403bc150 - Fix: line break for long chapter headlines, caused text overlapping (fixes #1) 2014-04-07 23:00:34 +02:00
Ricardo Langner
8dbd918d2c - Change: fix of a indention error 2014-04-07 22:57:55 +02:00
Ricardo Langner
e2dad0ade3 - Fix: wrong reference (file name) to the main latex file for the example 2014-04-07 22:56:17 +02:00
Ricardo Langner
6f6376550c - Change: added *.fdb_latexmk files to .gitignore 2014-04-07 22:54:15 +02:00
15 changed files with 23 additions and 15 deletions

1
.gitignore vendored
View File

@@ -10,3 +10,4 @@
*.synctex.gz
*.toc
*.bcf
*.fdb_latexmk

Binary file not shown.

View File

@@ -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

View File

@@ -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/}

View File

@@ -1,4 +1,4 @@
% !TEX root = Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
\chapter*{Acknowledgement}

View File

@@ -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}

View File

@@ -1,4 +1,4 @@
% !TEX root = ../Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\chapter{Conclusion}
\label{sec:conclusion}

View File

@@ -1,4 +1,4 @@
% !TEX root = ../Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\chapter{Introduction}
\label{sec:intro}

View File

@@ -1,4 +1,4 @@
% !TEX root = ../Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\chapter{Related Work}
\label{sec:related}

View File

@@ -1,4 +1,4 @@
% !TEX root = ../Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\chapter{System}
\label{sec:system}

View File

@@ -1,4 +1,4 @@
% !TEX root = ../Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
\pagestyle{empty}
\hfill

View File

@@ -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}

View File

@@ -1,4 +1,4 @@
% !TEX root = Clean-Thesis.tex
% !TEX root = ../thesis-example.tex
%
% ------------------------------------ --> cover title page
\begin{titlepage}

Binary file not shown.

View File

@@ -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}}