summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/CHANGES20
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/CHANGES b/Master/texmf-dist/doc/latex/classicthesis/CHANGES
index 30e82f6a273..d5b7caa206d 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/CHANGES
+++ b/Master/texmf-dist/doc/latex/classicthesis/CHANGES
@@ -1,3 +1,21 @@
+Changes in version 4.1 (August 2012)
+o Working towards XeLaTeX support:
+ - "ifxetex" package for checking whether
+ XeTeX is in use (classicthesis.sty)
+ - Adjusted part, chapter, and tocEntry
+ - Thanks to Joerg Weber for his ideas and code
+ - Option "pdfspacing" does not work for XeTeX
+ and is disabled when XeTeX is running
+ (maybe implement spacing with fontspec later)
+o Load additional packages in order to
+ reduce warnings (classicthesis-config.tex)
+ - "textcomp" to fix warnings with missing font
+ shapes
+ - "scrhack" to fix warnings when using KOMA
+ with listings package
+o Replaced \mathrm-command with \textrm-command
+ (Chapter03.tex)
+
Changes in version 4.0 (December 2011)
o Due to lots of issues and complaints,
classicthesis-preamble.sty is replaced by
@@ -38,7 +56,7 @@ o Changes in ClassicThesis.tex:
- Moved language options into documentclass due to LyX
issues with babel
o Changes in classicthesis.sty:
- - Removed bcor from areaset command so that it can
+ - Removed bcor from \areaset command so that it can
be set via \documentclass option (BCOR=)
- New \ctparttext command for putting preamble text
after part titles (see ClassicThesis.tex for examples)