I'm writing a report and would like to have a famous quote at the beginning (somewhere under the title). Is there a latex environment already for doing something like this? Are there standard style recommendations for how you format something like this?
I know about the quote environment, but then I still have to align the author name under the quote appropriately, and possible change the quote to italics (which I think is more standard for this type of thing), but I was wondering if there was a latex environment that took care of this, especially aligning the author's name under the quote.
Thanks.
General ⇒ Introductory quotes in latex
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Introductory quotes in latex
I guess you mean an epigraph (or dictum). Depending on the used document class there are some possible solutions.
Best regards
Thorsten¹
- The epigraph package provides a solution for the standard classes.
- The KOMA Script bundle provides the \dictum[author]{text} command for its classes.
- The memoir class provides a command and an environment for epigraphs.
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Introductory quotes in latex
Thanks, that was great. I had never heard "epigraph" before, nice to know what it's called as well.