diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-13 22:17:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-13 22:17:24 +0000 |
commit | b3a6bc1c4efa8d9f6e736a4d8d1afe77406ebfd9 (patch) | |
tree | 38a6c86c5ef1be253872ea6a9e050abfb0211a48 /Master/texmf-dist/tex | |
parent | 98d25879f18b3d43fb43a5dbd91517c55b8c327d (diff) |
quotchap (13nov20)
git-svn-id: svn://tug.org/texlive/trunk@56926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/quotchap/quotchap.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/quotchap/quotchap.sty b/Master/texmf-dist/tex/latex/quotchap/quotchap.sty index 93c7e2ffce2..768598227d2 100644 --- a/Master/texmf-dist/tex/latex/quotchap/quotchap.sty +++ b/Master/texmf-dist/tex/latex/quotchap/quotchap.sty @@ -40,7 +40,7 @@ %%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1996/12/01] \ProvidesPackage{quotchap} - [2019/07/09 v1.2 Decorative Chapter Headings with Quotes] + [2020/11/13 v1.3 Decorative Chapter Headings with Quotes] \newif\if@usecolor\@usecolortrue \DeclareOption{grey}{\@usecolortrue} \DeclareOption{nogrey}{\@usecolorfalse} @@ -85,7 +85,7 @@ \fi \AtEndOfPackage{% \newcommand*{\chapnumfont}{% - \usefont{T1}{\@defaultcnfont}{b}{n}\fontsize{100}{130}\selectfont% + \usefont{\f@encoding}{\@defaultcnfont}{b}{n}\fontsize{100}{130}\selectfont% \color{chaptergrey}} \let\size@chapter\huge \providecommand*{\chapterheadstartvskip}{\vspace*{2.3\baselineskip}} |