\begin{quotation}...\end{quotation}
, this results in too much white space around the quotation. Please see this screenshot:Does anybody know how to fix this? Thanks very much in advance!
latextemplatesuser
\begin{quotation}...\end{quotation}
, this results in too much white space around the quotation. Please see this screenshot:NEW: TikZ book now 40% off at Amazon.com for a short time.
vskip=0pt
option in your preamble like so:Code: Select all
\usepackage[vskip=0pt]{quoting}
quotation
environment does!\begin{quotation}...\end{quotation}
, and instead I need to start using the newly defined environment \begin{quoting}...\end{quoting}
. This is a perfectly legitimate solution, but I was just wondering if there is any way to modify the first environment?\renewenvironment
command, have a look here for more information: http://en.wikibooks.org/wiki/LaTeX/MacrosNEW: TikZ book now 40% off at Amazon.com for a short time.