GeneralIntroductory quotes in latex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dmt
Posts: 82
Joined: Sat Mar 15, 2008 8:13 pm

Introductory quotes in latex

Post by dmt »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

I guess you mean an epigraph (or dictum). Depending on the used document class there are some possible solutions.
  • 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.
Refer to the related documentations to find out how to get the desired result.


Best regards
Thorsten¹
dmt
Posts: 82
Joined: Sat Mar 15, 2008 8:13 pm

Re: Introductory quotes in latex

Post by dmt »

Thanks, that was great. I had never heard "epigraph" before, nice to know what it's called as well.
Post Reply