diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-16 16:16:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-16 16:16:31 +0000 |
commit | 0c57027204bc5708c3b1034933a7510179705b66 (patch) | |
tree | 04e80dae424807629d7cca29df1fee0aa7945dcf /Master/texmf-dist/tex | |
parent | 0dcdf0d8a183e2132ff4dcbecc7f1d28caa7be4a (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')
-rw-r--r-- | Master/texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/classicthesis/classicthesis.sty | 19 |
2 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty b/Master/texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty index 7871445d401..d3991d68485 100644 --- a/Master/texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty +++ b/Master/texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty @@ -26,7 +26,7 @@ % % ******************************************************************** \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{classicthesis-ldpkg}[2007/06/01 v2.0 Package Loader for Classic Thesis Style] +\ProvidesPackage{classicthesis-ldpkg}[2007/07/01 v2.1 Package Loader for Classic Thesis Style] % ******************************************************************** % Options @@ -41,7 +41,7 @@ % ******************************************************************** \RequirePackage[T1]{fontenc} \RequirePackage{textcomp} -\RequirePackage[dvipsnames]{xcolor} +%\RequirePackage[dvipsnames]{xcolor} \RequirePackage{xspace} % to get the spacing after macros right \RequirePackage{tabularx} % better tables \RequirePackage{mparhack} % get marginpar right @@ -176,11 +176,6 @@ \DeclareGraphicsRule{*}{mps}{*}{} % enables use of MetaPost graphics with pdflatex %******************************************************* -% new colors for better readability -\definecolor{webgreen}{rgb}{0,.5,0} -\definecolor{webbrown}{rgb}{.6,0,0} - -%******************************************************* % for German texts to get \autoref macros right \renewcommand{\figureautorefname}{Figure} \renewcommand{\tableautorefname}{Table} 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] |