From ba61e49b1574f4a9eb9416579051d344ba829b90 Mon Sep 17 00:00:00 2001 From: Sebastian Herzberg Date: Mon, 8 Sep 2014 14:40:10 +0200 Subject: [PATCH 1/2] Fixed colorize Wrong variable broke the colorize option --- cleanthesis.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanthesis.sty b/cleanthesis.sty index eb6a3df..320ec27 100644 --- a/cleanthesis.sty +++ b/cleanthesis.sty @@ -103,7 +103,7 @@ % OPTION bibsys % --> values = biber|bibtex -\define@choicekey*[ct]{cthesis}{bibsys}[\val\colorizenr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}} +\define@choicekey*[ct]{cthesis}{bibsys}[\val\bibsysnr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}} \setkeys[ct]{cthesis}{bibsys=bibtex} \DeclareOptionX*{ From 1a9b0861e3b17fd5b9f35ec15ecc6b3c7403f371 Mon Sep 17 00:00:00 2001 From: Sebastian Herzberg Date: Tue, 30 Sep 2014 21:52:04 +0200 Subject: [PATCH 2/2] added CHANGELOG entry --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ac11ebd..06b65a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ cleanthesis repository. === Latest Dev === - Created this changelog text file +- Fixed broken package option/parameter colorize (hrzbrg) === v0.2.3 === - Fixed line breaks for long chapter headlines (caused text overlapping)