summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-16 16:16:31 +0000
committerKarl Berry <karl@freefriends.org>2007-07-16 16:16:31 +0000
commit0c57027204bc5708c3b1034933a7510179705b66 (patch)
tree04e80dae424807629d7cca29df1fee0aa7945dcf /Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
parent0dcdf0d8a183e2132ff4dcbecc7f1d28caa7be4a (diff)
classicthesis update (8jul07)
git-svn-id: svn://tug.org/texlive/trunk@4612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty')
-rw-r--r--Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty19
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty b/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
index 22f8b8938af..2cfbb11a813 100644
--- a/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
+++ b/Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty
@@ -42,7 +42,7 @@
%
% ********************************************************************
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{classicthesis}[2007/06/01 v2.0 Typographic Style for a classic-looking thesis]
+\ProvidesPackage{classicthesis}[2007/07/01 v2.1 Typographic Style for a classic-looking thesis]
\RequirePackage{ifthen}
\newboolean{tocaligned} % the left column of the toc will be aligned (no indention)
\newboolean{eulerchapternumbers} % use AMS Euler for chapter font (otherwise Palatino)
@@ -121,7 +121,13 @@
% ********************************************************************
% Colors
% ********************************************************************
-\RequirePackage[dvipsnames]{xcolor}
+\RequirePackage[dvipsnames]{xcolor} % [dvipsnames]
+\definecolor{halfgray}{gray}{0.55} % chapter numbers will be semi transparent .5 .55 .6 .0
+\definecolor{webgreen}{rgb}{0,.5,0}
+\definecolor{webbrown}{rgb}{.6,0,0}
+%\definecolor{Maroon}{cmyk}{0, 0.87, 0.68, 0.32}
+%\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
+%\definecolor{Black}{cmyk}{0, 0, 0, 0}
% ********************************************************************
% Font Stuff
@@ -142,7 +148,11 @@
\ifthenelse{\boolean{beramono}}%
{\RequirePackage[scaled=0.85]{beramono}}%
- {\renewcommand{\ttdefault}{\rmdefault}} % put your own suitable typewriter font here
+ {%
+ \relax%
+ % put your own suitable typewriter font here
+ %\renewcommand{\ttdefault}{\rmdefault}
+ }
\ifthenelse{\boolean{eulermath}}%
{\RequirePackage[euler-digits]{eulervm}} % Euler math fonts
{\relax}
@@ -150,8 +160,7 @@
{\newfont{\chapterNumber}{eurb10 scaled 7000}}%
{\newfont{\chapterNumber}{pplr9d scaled 7000}}
% Euler eurb10 / Palatino OSF pplr9d / Palatino SC pplrc9d
- % Latin Modern cork-lmr10
-\definecolor{halfgray}{gray}{0.55} % chapter numbers will be semi transparent .5 .55 .6 .0
+ % Latin Modern cork-lmr10 / Minion MinionPro-Regular-osf-t1
\RequirePackage{microtype} % character protruding and other micro-typography stuff
% [expansion=false]