From 8fd3d0bdbbd8ba8c681c72a401c517797c2ecd0e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Jul 2011 16:25:01 -0700 Subject: LaTeX writer: make verbatim environments flush to avoid extra space. The indented `\end{verbatim}` was causing an extra blank line in the output. Closes #277. --- tests/writer.latex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/writer.latex b/tests/writer.latex index ff6e9d58b..15a45a521 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -808,9 +808,9 @@ Here is a footnote reference,\footnote{Here is the footnote. It can go Subsequent blocks are indented to show that they belong to the footnote (as with list items). - \begin{Verbatim} +\begin{Verbatim} { } - \end{Verbatim} +\end{Verbatim} If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.} This should \emph{not} be a footnote reference, because it contains a space.{[}\^{}my note{]} Here is an inline -- cgit v1.2.3