I want to use the quotchap package to include quotes on every chapter. But is there a way to change the text-color of the quotes?
Asked
Active
Viewed 466 times
4
Stefan Pinnow
- 29,535
Bjarne Magnussen
- 165
2 Answers
2
Like this?
\documentclass{book}
\usepackage{quotchap}
\begin{document}
\begin{savequote}[45mm]
\color{red}
---When shall we three meet again
in thunder, lightning, or in rain?
---When the hurlyburly's done,
when the battle's lost and won.
\qauthor{Shakespeare, Macbeth}
Cookies! Give me some cookies!
\qauthor{Cookie Monster}
\end{savequote}
\chapter{Classic Sesame Street}
\end{document}
Ignasi
- 136,588
1
Yes. There is a way. You can use \textcolor[color]{your text}. Hope this helps.
M S
- 1,552
-
Apparently, your answer is not specific to the question. – hola Sep 07 '20 at 10:40
