diff --git a/CHANGELOG.md b/CHANGELOG.md index c34b938..5b1dec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ The latest version of this file can be found at the master branch of the *Clean Thesis* [repository](https://github.com/derric/cleanthesis). ## Latest Dev +- ... + +## v0.3 - Created this changelog text file +- Switched to markdown files (README, CHANGELOG) +- Added a sub-section in the example thesis +- Fixed README. Corrected copyright statement (year), wording and link to classicthesis (moschlar) - Fixed broken package option/parameter colorize (hrzbrg) - Fixed changing font size of the document to small caused by a bug in the titlepage (matthieu-lapeyre) +- Fixed documentation. Added missing descriptions for package options: hangfigurecaption, hangsection, hangsubsection, colorize, and colortheme +- Fixed line height for the title on the very first title page (Riin) +- Fixed colored title on title page, even if color mode is bw - New package option bibfile: allows you to link/use arbitrary bibtex files - New package option bibstyle: allows you to set a citation and bibliography style diff --git a/cleanthesis.pdf b/cleanthesis.pdf index 7123c60..ad95e5e 100644 Binary files a/cleanthesis.pdf and b/cleanthesis.pdf differ diff --git a/cleanthesis.sty b/cleanthesis.sty index 110c496..8f1908f 100644 --- a/cleanthesis.sty +++ b/cleanthesis.sty @@ -26,7 +26,7 @@ % along with this program. If not, see . % ************************************************** \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{cleanthesis}[2013/05/12 v0.3 Clean-looking thesis style inspired by Apple's user guide documents] +\ProvidesPackage{cleanthesis}[2015/06/29 v0.3 Clean-looking thesis style inspired by Apple's user guide documents] % % ************************************************** % Package options diff --git a/cleanthesis.tex b/cleanthesis.tex index 99b7ce2..750a1a0 100644 --- a/cleanthesis.tex +++ b/cleanthesis.tex @@ -9,7 +9,7 @@ \usepackage{shortvrb} \usepackage{pifont} -\rcsid{$Id: cleanthesis.tex,v 0.2.3 2014/04/07 23:16:00 derric stable $} +\rcsid{$Id: cleanthesis.tex,v 0.3 2015/06/29 21:30:00 derric stable $} \newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace} \newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/} diff --git a/thesis-example.pdf b/thesis-example.pdf index 0e8834d..82067b2 100644 Binary files a/thesis-example.pdf and b/thesis-example.pdf differ diff --git a/thesis-example.tex b/thesis-example.tex index 84081d1..f4f2fc2 100644 --- a/thesis-example.tex +++ b/thesis-example.tex @@ -56,8 +56,8 @@ \newcommand{\thesisTitle}{The Clean Thesis Style} \newcommand{\thesisName}{Ricardo Langner} \newcommand{\thesisSubject}{Documentation} -\newcommand{\thesisDate}{September 30, 2014} -\newcommand{\thesisVersion}{0.2.3} +\newcommand{\thesisDate}{June 29, 2015} +\newcommand{\thesisVersion}{0.3} \newcommand{\thesisFirstReviewer}{Jane Doe} \newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}