summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-15 23:11:00 +0000
committerKarl Berry <karl@freefriends.org>2012-08-15 23:11:00 +0000
commitda0e0b99c435f4dbdf0423f98a795ea6410b05e7 (patch)
tree2f467c1f7e0f2f88c02bda2ab0c6e00f7ae22bcd /Master/texmf-dist/doc/latex/classicthesis/CHANGES
parent4b94812ec8dc518960017e3e9cd77ab3774fc0f1 (diff)
classicthesis (15aug12)
git-svn-id: svn://tug.org/texlive/trunk@27416 c570f23f-e606-0410-a88d-b1316a301751
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)