\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:Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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/MacrosLearn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis