summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-13 22:17:24 +0000
committerKarl Berry <karl@freefriends.org>2020-11-13 22:17:24 +0000
commitb3a6bc1c4efa8d9f6e736a4d8d1afe77406ebfd9 (patch)
tree38a6c86c5ef1be253872ea6a9e050abfb0211a48
parent98d25879f18b3d43fb43a5dbd91517c55b8c327d (diff)
quotchap (13nov20)
git-svn-id: svn://tug.org/texlive/trunk@56926 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/quotchap/document.pdfbin57646 -> 62073 bytes
-rw-r--r--Master/texmf-dist/doc/latex/quotchap/quotchap.pdfbin251475 -> 251811 bytes
-rw-r--r--Master/texmf-dist/source/latex/quotchap/quotchap.dtx10
-rw-r--r--Master/texmf-dist/tex/latex/quotchap/quotchap.sty4
4 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/quotchap/document.pdf b/Master/texmf-dist/doc/latex/quotchap/document.pdf
index f46ddec3388..555293bcefb 100644
--- a/Master/texmf-dist/doc/latex/quotchap/document.pdf
+++ b/Master/texmf-dist/doc/latex/quotchap/document.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/quotchap/quotchap.pdf b/Master/texmf-dist/doc/latex/quotchap/quotchap.pdf
index 9f329695cb2..97cc8d91808 100644
--- a/Master/texmf-dist/doc/latex/quotchap/quotchap.pdf
+++ b/Master/texmf-dist/doc/latex/quotchap/quotchap.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/quotchap/quotchap.dtx b/Master/texmf-dist/source/latex/quotchap/quotchap.dtx
index 38cb2017dd4..8d67915fe01 100644
--- a/Master/texmf-dist/source/latex/quotchap/quotchap.dtx
+++ b/Master/texmf-dist/source/latex/quotchap/quotchap.dtx
@@ -4,7 +4,7 @@
% decorative chapter headings with quotations, a postscript output
% device is needed.
% Copyright (C) 1998 - 2010 Karsten Tinnefeld.
-% Copyright (C) 2011 - 2019 Jan Klever.
+% Copyright (C) 2011 - 2020 Jan Klever.
%
% This file is NOT part of the LaTeX2e system, but intended for use with it.
%
@@ -42,14 +42,14 @@
%<driver>\ProvidesFile{quotchap.drv}
% \fi
% \ProvidesFile{quotchap.dtx}
- [2019/07/09 v1.2 Decorative Chapter Headings with Quotes]
+ [2020/11/13 v1.3 Decorative Chapter Headings with Quotes]
%
% \iffalse
%<*driver>
\documentclass{ltxdoc}
\usepackage{multicol}
\GetFileInfo{quotchap.dtx}
-\newcommand*{\docdate}{2019/07/09}
+\newcommand*{\docdate}{2020/11/13}
\RecordChanges
\begin{document}
\DocInput{\filename}
@@ -57,7 +57,7 @@
%</driver>
% \fi
%
-% \CheckSum{209}
+% \CheckSum{210}
%
% \DoNotIndex{\@M,\@afterindentfalse,%
% \@topnum,\advance,\AtEndOfPackage,\baselineskip,\begin,\bigskip,%
@@ -325,7 +325,7 @@
% \begin{macrocode}
\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}}
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}}