diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/skb/skbbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/skb/skbbook.cls | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/skb/skbbook.cls b/Master/texmf-dist/tex/latex/skb/skbbook.cls index 582e578bdde..efe070f226d 100644 --- a/Master/texmf-dist/tex/latex/skb/skbbook.cls +++ b/Master/texmf-dist/tex/latex/skb/skbbook.cls @@ -8,7 +8,7 @@ %% %% %% skbbook.cls -%% Copyright (c) 2010 Sven van der Meer <sven@vandermeer.de> +%% Copyright (c) 2011 Sven van der Meer <sven@vandermeer.de> %% %% This work may be distributed and/or modified under the conditions of the %% LaTeX Project Public License, either version 1.3 of this license or (at @@ -30,7 +30,7 @@ %% This work consists of all files listed in MANIFEST.TXT. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{skbbook}[2010/08/04 The SKB Book class v0.5] +\ProvidesClass{skbbook}[2011/05/12 The SKB Book class v0.51] \LoadClass[11pt,a4paper,extrafontsizes,twoside,onecolumn,openright]{memoir} \RequirePackage{skb} \RequirePackage[style=alphabetic,sorting=none,hyperref]{biblatex} @@ -39,7 +39,7 @@ \RequirePackage{textcomp,gensymb,wasysym,units,xmpmulti,float} \RequirePackage[x11names]{xcolor} \RequirePackage[colorlinks,% - linkcolor=AntiqueWhite4,% + linkcolor=Brown4,% citecolor=SeaGreen4,% urlcolor=RoyalBlue3% ]{hyperref} @@ -55,7 +55,6 @@ \midsloppy \raggedbottom \chapterstyle{veelo} -\skbbibtex \ExecuteBibliographyOptions{sorting=anyt} \endinput %% |