Updated version information (version 0.3).
This commit is contained in:
@@ -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
|
||||
|
||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
@@ -26,7 +26,7 @@
|
||||
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
% **************************************************
|
||||
\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
|
||||
|
@@ -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/}
|
||||
|
Binary file not shown.
@@ -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}}
|
||||
|
Reference in New Issue
Block a user