[Tex/LaTex] Insert quotations

environmentsquoting

I would like to insert some literature quotations in my thesis. My first thought was to modify the verse environment as demonstrated in another question, though the result is not so pleasing.

I would like each quotation to be in quotation marks, provide an easy way to attribute the source below the quotation and be right aligned.

Best Answer

If you’re using the KOMA-Script document classes, take a look at the \dictum command in the documentation – this does exactly what you want.

For example, to put a quotation in front of a chapter:

\setchapterpreamble{
  \dictum[Anonymous]{Forecasting is the art of saying what is going to happen
    and then to explain why it didn’t.}}

\chapter{Weather forecasting}