diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-22 23:24:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-22 23:24:56 +0000 |
commit | 56ec0d9228c7e50e008d37080b263ad2b13e8ac1 (patch) | |
tree | bdf52adec63d97f66f59c005998f93f1090f2300 /Master/texmf-dist/tex/latex/quotchap | |
parent | d9094ea7569d0c7f50e6f127572d5c58537552aa (diff) |
quotchap 1.1 (22oct12)
git-svn-id: svn://tug.org/texlive/trunk@28046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/quotchap')
-rw-r--r-- | Master/texmf-dist/tex/latex/quotchap/quotchap.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/quotchap/quotchap.sty b/Master/texmf-dist/tex/latex/quotchap/quotchap.sty index 003bd482f85..fa74d805f11 100644 --- a/Master/texmf-dist/tex/latex/quotchap/quotchap.sty +++ b/Master/texmf-dist/tex/latex/quotchap/quotchap.sty @@ -10,7 +10,7 @@ %% creating decorative chapter headings with quotations, a postscript %% output device is needed. %% Copyright (C) 1998 - 2010 by Karsten Tinnefeld. -%% Copyright (C) 2011 by Jan Klever. +%% Copyright (C) 2011 - 2012 by Jan Klever. %% %% This file is NOT part of the LaTeX2e system, but intended for use with %% it. @@ -40,7 +40,7 @@ %%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1996/12/01] \ProvidesPackage{quotchap} - [2011/01/15 v1.0 Decorative Chapter Headings with Quotes] + [2012/10/20 v1.1 Decorative Chapter Headings with Quotes] \newif\if@usecolor\@usecolortrue \DeclareOption{grey}{\@usecolortrue} \DeclareOption{nogrey}{\@usecolorfalse} @@ -54,13 +54,13 @@ \DeclareOption{beramono}{\@newfontcmd{\@defaultcnfont}{fvm}} \DeclareOption{berasans}{\@newfontcmd{\@defaultcnfont}{fvs}} \DeclareOption{beraserif}{\@newfontcmd{\@defaultcnfont}{fve}} -\DeclareOption{biolinum}{\@newfontcmd{\@defaultcnfont}{fxb}} +\DeclareOption{biolinum}{\@newfontcmd{\@defaultcnfont}{LinuxBiolinumO-LF}} \DeclareOption{bookman}{\@newfontcmd{\@defaultcnfont}{pbk}} \DeclareOption{charter}{\@newfontcmd{\@defaultcnfont}{bch}} \DeclareOption{courier}{\@newfontcmd{\@defaultcnfont}{pcr}} \DeclareOption{helvetica}{\@newfontcmd{\@defaultcnfont}{phv}} \DeclareOption{kpfonts}{\@newfontcmd{\@defaultcnfont}{jkp}} -\DeclareOption{libertine}{\@newfontcmd{\@defaultcnfont}{fxl}} +\DeclareOption{libertine}{\@newfontcmd{\@defaultcnfont}{LinuxLibertineO-LF}} \DeclareOption{lmodern}{\@newfontcmd{\@defaultcnfont}{lmr}} \DeclareOption{newcentury}{\@newfontcmd{\@defaultcnfont}{pnc}} \DeclareOption{palatino}{\@newfontcmd{\@defaultcnfont}{ppl}} |