20 Commits
v0.2 ... v0.2.3

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
Ricardo Langner
65cbcb6f68 - Change: version 0.2.2 2013-11-17 22:05:07 +01:00
Ricardo Langner
a2b2800fdf - Fix: added missing address for postcard
- Change: improved acknowledgements
2013-11-17 22:02:03 +01:00
Ricardo Langner
2737c17715 - Change: current version of pdf files 2013-05-12 23:49:53 +02:00
Ricardo Langner
54f8711c92 - Fix: name "clean thesis" with a space 2013-05-12 23:48:44 +02:00
Ricardo Langner
d819e73c9e - Change: current version of pdf files 2013-05-12 23:44:39 +02:00
Ricardo Langner
3f1a22681b - Change: version 0.3 (not tagged yet) 2013-05-12 23:43:57 +02:00
Ricardo Langner
393d93fbb4 - Fix: my new address 2013-05-12 23:43:02 +02:00
Ricardo Langner
4a9b8da858 - Fix: name "clean thesis" without a space 2013-05-12 23:42:33 +02:00
Ricardo Langner
fae3a28f40 - Add: first people in acknowledgements 2013-05-12 23:37:00 +02:00
Ricardo Langner
b75ea3e5f0 - Feature: new package option for citation management tool (bib engine), biber or bibtex 2013-05-12 23:16:19 +02:00
Ricardo Langner
7c18ab1ca9 - Fix: list of files to ignore (versioning) 2013-05-12 23:05:08 +02:00
Ricardo Langner
93ca1b00c3 - Fix: make horizontal line longer (just a bit) 2013-05-12 23:03:27 +02:00
Ricardo Langner
8ee8670cdc - Change: add my name to the colophon 2013-05-12 23:02:11 +02:00
Ricardo Langner
c245c1d72f - Fix: list of files to ignore (versioning) 2013-05-12 22:00:00 +02:00
Ricardo Langner
867c932195 - Change: copyright years 2013-05-12 19:53:06 +02:00
16 changed files with 88 additions and 43 deletions

24
.gitignore vendored
View File

@@ -1,11 +1,13 @@
Clean-Thesis-blx.bib
Clean-Thesis.aux
Clean-Thesis.bbl
Clean-Thesis.blg
Clean-Thesis.lof
Clean-Thesis.log
Clean-Thesis.lot
Clean-Thesis.out
Clean-Thesis.run.xml
Clean-Thesis.synctex.gz
Clean-Thesis.toc
*blx.bib
*.aux
*.bbl
*.blg
*.lof
*.log
*.lot
*.out
*.run.xml
*.synctex.gz
*.toc
*.bcf
*.fdb_latexmk

2
README
View File

@@ -1,7 +1,7 @@
Clean Thesis
-- A LaTeX Style for Thesis Documents --
Copyright (C) 2011-2012 Ricardo Langner
Copyright (C) 2011-2013 Ricardo Langner
Readme:

Binary file not shown.

View File

@@ -2,7 +2,7 @@
% Clean Thesis
% -- A LaTeX Style for Thesis Documents --
%
% Copyright (C) 2011-2012 Ricardo Langner
% Copyright (C) 2011-2013 Ricardo Langner
% **************************************************
%
% Readme:
@@ -53,7 +53,7 @@
% along with this program. If not, see <http://www.gnu.org/licenses/>.
% **************************************************
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{cleanthesis}[2012/02/01 v0.2 Clean-looking thesis style inspired by Apple's user guide documents]
\ProvidesPackage{cleanthesis}[2013/05/12 v0.3 Clean-looking thesis style inspired by Apple's user guide documents]
%
% **************************************************
% Package options
@@ -101,6 +101,11 @@
\define@choicekey*[ct]{cthesis}{colortheme}[\val\themenr]{bluemagenta,bluegreen}[bluemagenta]{\def\cthesis@colortheme{\themenr}}
\setkeys[ct]{cthesis}{colortheme=bluemagenta}
% OPTION bibsys
% --> values = biber|bibtex
\define@choicekey*[ct]{cthesis}{bibsys}[\val\colorizenr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}}
\setkeys[ct]{cthesis}{bibsys=bibtex}
\DeclareOptionX*{
\PackageWarning{cleanthesis}{Unknown option \CurrentOption}%
}
@@ -282,7 +287,7 @@
]{csquotes}
%
\RequirePackage[ % use biblatex for bibliography
% backend=biber, % - use biber backend (bibtex replacement)
backend=\cthesis@bibsys, % - use biber backend (bibtex replacement) or bibtex
bibencoding=utf8, % - use auto file encode
style=alphabetic, % - use alphabetic (or numeric) bib style
natbib=true, % - allow natbib commands
@@ -537,9 +542,9 @@
{\usekomafont{part}}%
{\raggedleft{%
{\thesispartlabelfont%
\partname\ \thepart\quad}%
\partname\ \thepart\ \quad}%
{\color{ctcolorpartline}%
\hspace*{-225pt}\rule[20pt]{600pt}{2pt}}
\hspace*{-200pt}\rule[20pt]{600pt}{2pt}}
}%
}%
{0em}%
@@ -547,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{%
@@ -557,7 +569,7 @@
}%
}%
{-2.1em}%
{\raggedright}%
{\ctformatchapter}%
[\phantomsection]
%
% > formats: \section

View File

@@ -9,9 +9,9 @@
\usepackage{shortvrb}
\usepackage{pifont}
\rcsid{$Id: cleanthesis.tex,v 0.2 2012/02/01 12:30:00 rlangner stable $}
\rcsid{$Id: cleanthesis.tex,v 0.2.3 2014/04/07 23:16:00 derric stable $}
\newcommand*{\cleanthesis}{CleanThesis\xspace}
\newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace}
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
%\newcommand*{\cthesisctan}{http://www.ctan.org/tex-archive/macros/latex/contrib/../}
@@ -45,17 +45,35 @@
\subsection[About]{About \sty{cleanthesis}}
\label{sec:intro:about}
\subsection{Donation}
\label{sec:intro:donation}
If you like the \cleanthesis style, or you have used it for one of your own documents successfully there are (at least) three different but pretty easy ways of saying thank you.
\paragraph{Report on issues and missing features} If you have ideas for new features, suggestions for improvements or you encounter problems and errors using the \cleanthesis style please report them using the issue tracker\footnote{\url{https://github.com/derric/cleanthesis/issues}} at the GitHub Project\footnote{\url{https://github.com/derric/cleanthesis}} or send an email to \texttt{issue[at]cleanthesis.der-ric.de}.
\paragraph{Be Social} I would very much appreciate a donation in the form of a blog post, tweet, or facebook post. Share your experience and your opinion. Talk to your friends, fellow students, or colleagues about the \cleanthesis style.
\paragraph{Send me a postcard} Based on the idea of André Miede: I would be very pleased about a donation in the form of a POSTCARD. You can find my address below this paragraph. I am going to collect all postcards and exhibit them on the website \url{\cthesishome}. My address is
\begin{itemize}
\item \textbf{Ricardo Langner} \\
Alfred-Schrapel-Str. 7 \\
01307 Dresden, Germany
\end{itemize}
\subsection{License}
\label{sec:intro:license}
Copyright \textcopyright\ 2011--2012 Ricardo Langner.
Copyright \textcopyright\ 2011--2013 Ricardo Langner.
\cleanthesis is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
\cleanthesis is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see <http://www.gnu.org/licenses/>.
If not, see \url{http://www.gnu.org/licenses/}.
\subsection{Feedback}
\label{sec:intro:feedback}
@@ -63,10 +81,14 @@ If not, see <http://www.gnu.org/licenses/>.
\subsection{Acknowledgments}
\label{sec:intro:ack}
First of all I would like to thank André Miede. He is the author of the Classic Thesis style. His Classic Thesis style inspired end encouraged me to publish my own thesis style. Thank you André for doing a great job.
I would like to thank the following people for using the \cleanthesis style and giving important initial feedback to me, e.g., features, bugs: (1) \textbf{Sebastian Kleinau}\footnote{\url{http://www.sk-downloading.de/} (in German only)} in his bachelor thesis, (2) \textbf{Mathias Frisch}\footnote{\url{http://wwwpub.zih.tu-dresden.de/~frisch/}} in his dissertation (PhD), and (3) \textbf{Anton Augsburg}\footnote{\url{http://antonaugsburg.de/} (in German only)} in his project thesis.
\subsection{Prerequisites}
\label{sec:intro:pre}
The follwing section gives an overview of all resources required by this package.
The following section gives an overview of all resources required by this package.
\subsubsection{Requirements}
\label{sec:intro:req}
@@ -111,6 +133,13 @@ This option can be used to define a different label separator for cations of fig
\optitem[bluemagenta]{colortheme}{\opt{bluemagenta},\opt{bluegreen}}
\optitem[bibtex]{bibsys}{\opt{biber},\opt{bibtex}}
Sets whether to use \texttt{biber} or \texttt{bibtex} as citation management tool (engine).
The default (still) is \texttt{bibtex}.
"\texttt{Biber} [is] a BibTeX replacement for users of BibLaTeX", see \url{http://biblatex-biber.sourceforge.net/}.
\end{optionlist}
\end{document}

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}
@@ -11,8 +11,8 @@
\label{sec:intro:address}
\textbf{Ricardo Langner} \\
Bunsenstr. 9 \\
39124 Magdeburg \\
Alfred-Schrapel-Str. 7 \\
01307 Dresden \\
Germany

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
@@ -6,6 +6,8 @@
\pdfbookmark[0]{Colophon}{Colophon}
\section*{Colophon}
This thesis was typeset with \LaTeXe\ using the \textit{Clean Thesis} style. The design of this style is inspired by user guide documents from Apple Inc.
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/}.

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

@@ -2,7 +2,7 @@
% Clean Thesis
% -- A LaTeX Style for Thesis Documents --
%
% Copyright (C) 2011-2012 Ricardo Langner
% Copyright (C) 2011-2013 Ricardo Langner
% **************************************************
%
% Readme:
@@ -23,9 +23,9 @@
% *** Donation = Postcard ***
% Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
% style I would be very pleased about a donation in the form of a
% POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
% as well as in the file Clean-Thesis.pdf. I am going to collect all
% postcards and exhibit them at the website I mentioned.
% POSTCARD. You can find my address in the file Clean-Thesis.pdf.
% I am going to collect all postcards and exhibit them at the website
% I mentioned.
%
% *** Idea and Inspiration ***
% The idea of providing my customized style for thesis documents
@@ -83,8 +83,8 @@
\newcommand{\thesisTitle}{The Clean Thesis Style}
\newcommand{\thesisName}{Ricardo Langner}
\newcommand{\thesisSubject}{Documentation}
\newcommand{\thesisDate}{February 1, 2012}
\newcommand{\thesisVersion}{0.2}
\newcommand{\thesisDate}{April 7, 2014}
\newcommand{\thesisVersion}{0.2.3}
\newcommand{\thesisFirstReviewer}{Jane Doe}
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}