Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2737c17715 | ||
![]() |
54f8711c92 | ||
![]() |
d819e73c9e | ||
![]() |
3f1a22681b | ||
![]() |
393d93fbb4 | ||
![]() |
4a9b8da858 | ||
![]() |
fae3a28f40 | ||
![]() |
b75ea3e5f0 | ||
![]() |
7c18ab1ca9 | ||
![]() |
93ca1b00c3 | ||
![]() |
8ee8670cdc | ||
![]() |
c245c1d72f | ||
![]() |
867c932195 |
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,11 +1,12 @@
|
||||
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
|
||||
|
2
README
2
README
@@ -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:
|
||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
@@ -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}%
|
||||
|
@@ -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.3 2013/05/12 23:50: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/../}
|
||||
|
||||
@@ -48,14 +48,14 @@
|
||||
\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,6 +63,15 @@ If not, see <http://www.gnu.org/licenses/>.
|
||||
\subsection{Acknowledgments}
|
||||
\label{sec:intro:ack}
|
||||
|
||||
I would like to thank the following people for using the \cleanthesis style and giving feedback to me, e.g., features, bugs.
|
||||
|
||||
\begin{itemize}
|
||||
\item \textbf{Anton Augsburg} in his project thesis \\ \url{http://antonaugsburg.de/} (in German only)
|
||||
\item \textbf{Mathias Frisch} in his dissertation (PhD) \\ \url{http://wwwpub.zih.tu-dresden.de/~frisch/}
|
||||
\item \textbf{Sebastian Kleinau} in his bachelor thesis \\ \url{http://www.sk-downloading.de/} (in German only)
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\subsection{Prerequisites}
|
||||
\label{sec:intro:pre}
|
||||
|
||||
@@ -111,6 +120,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 <http://biblatex-biber.sourceforge.net/>.
|
||||
|
||||
\end{optionlist}
|
||||
|
||||
\end{document}
|
||||
|
@@ -11,8 +11,8 @@
|
||||
\label{sec:intro:address}
|
||||
|
||||
\textbf{Ricardo Langner} \\
|
||||
Bunsenstr. 9 \\
|
||||
39124 Magdeburg \\
|
||||
Alfred-Schrapel-Str. 7 \\
|
||||
01307 Dresden \\
|
||||
Germany
|
||||
|
||||
|
||||
|
@@ -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/}.
|
||||
|
Binary file not shown.
@@ -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:
|
||||
@@ -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}{May 12, 2013}
|
||||
\newcommand{\thesisVersion}{0.3}
|
||||
|
||||
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
||||
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
||||
|
Reference in New Issue
Block a user