summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/quotchap
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-09 21:10:40 +0000
committerKarl Berry <karl@freefriends.org>2019-07-09 21:10:40 +0000
commit06a479cd423ae5eaa2b52e316cdf4ed6b29e5b56 (patch)
tree5ce66f8f3e0bc0e69dab025d3fc86b6d2aa10293 /Master/texmf-dist/tex/latex/quotchap
parent4f76b8e7fd6c1fa04a268a17da4b72992062dc21 (diff)
quotchap (9jul19)
git-svn-id: svn://tug.org/texlive/trunk@51591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/quotchap')
-rw-r--r--Master/texmf-dist/tex/latex/quotchap/quotchap.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/quotchap/quotchap.sty b/Master/texmf-dist/tex/latex/quotchap/quotchap.sty
index fa74d805f11..93c7e2ffce2 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}
- [2012/10/20 v1.1 Decorative Chapter Headings with Quotes]
+ [2019/07/09 v1.2 Decorative Chapter Headings with Quotes]
\newif\if@usecolor\@usecolortrue
\DeclareOption{grey}{\@usecolortrue}
\DeclareOption{nogrey}{\@usecolorfalse}
@@ -91,10 +91,12 @@
\providecommand*{\chapterheadstartvskip}{\vspace*{2.3\baselineskip}}
\providecommand*{\chapterheadendvskip}{\vspace{1.7\baselineskip}}
\providecommand*{\sectfont}{\relax}
+ \providecommand*{\quotefont}{\slshape}
+ \providecommand*{\qauthorfont}{\upshape}
\@ifundefined{@mainmattertrue}{\newif\if@mainmatter\@mainmattertrue}{}}
\newenvironment{savequote}[1][10cm]{%
\begin{lrbox}{\@quotebox}
- \begin{minipage}[t]{#1}\footnotesize\slshape
+ \begin{minipage}[t]{#1}\footnotesize\quotefont
\ignorespaces}{%
\unskip\end{minipage}\end{lrbox}
\global\setbox\@quotebox\copy\@quotebox
@@ -102,7 +104,7 @@
\ignorespacesafterend}
\newcommand{\qauthor}[1]{%
\par\smallskip
- {\raggedleft\upshape #1\qquad\hbox{}\par}\bigskip}
+ {\raggedleft\qauthorfont #1\qquad\hbox{}\par}\bigskip}
\newcommand{\qsetcnfont}[1]{%
\renewcommand*{\@defaultcnfont}{#1}}
\newsavebox{\@quotebox}