I am trying to make my quotes wider then they are by default.
Here is what I came up with until now:
Code: Select all
\let\oldquote\quote\renewcommand\quote{\setlength{\textwidth}{12cm}\oldquote}

If I change the value to 5cm for example, quote width stay the same.
Anyone has an idea how to change quote width?
Tx!