Skip to content

Commit

Permalink
Version bump 0.3.1 > 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
derric committed Jun 20, 2019
1 parent 103321c commit 0750fa6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ The latest version of this file can be found at the master branch of the
## Latest Dev
- ...

## v0.4.0
- Fixed compatibility to new version of KOMA script
- Fixed code for headline/title styles (e.g., removed use of package titlesec)
- Fixed code for footer style (e.g., removed use of package fancyhdr)
- Fixed compatibility to new version of biblatex (e.g., obsolete options)
- Fixed an issue with page breaks at headings (thanks @guillerodriguez)
- Added style for part sections (often used for books)
- Added new package options: quotation style, bibliography sorting,
- Changed alignment of titles from justified to left aligned
- Changed the documentation according the updates
- Changed file structure of the repository in order to improve the development and release process
- Example: several improvements, such as location of appendix, use of subsubsections and paragraphs, long section titles, listings, pdf bookmark for toc, or separate config file

## v0.3.1
- re-licensed cleanthesis using the LPPL 1.3, http://www.latex-project.org/lppl.txt
- moved documentation into a separate subfolder (doc/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0
2 changes: 1 addition & 1 deletion cleanthesis.sty
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%
% **************************************************
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{cleanthesis}[2015/08/26 v0.3.1 A clean LaTeX style for thesis documents]
\ProvidesPackage{cleanthesis}[2019/06/21 v0.4.0 A clean LaTeX style for thesis documents]
%
% **************************************************
% Package options
Expand Down
Binary file modified doc/cleanthesis-doc.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/cleanthesis-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
url={\cthesishome},
author={Ricardo Langner},
email={[email protected]},
revision={0.3.1},
date={2015/08/26}}
revision={0.4.0},
date={2019/06/21}}

\hypersetup{%
pdftitle={The \cleanthesis Package},
Expand Down
Binary file modified example-thesis/my-thesis.pdf
Binary file not shown.

0 comments on commit 0750fa6

Please sign in to comment.