emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Unwanted newline after \end[verbatim} in latex


From: Maik Beckmann
Subject: [O] Unwanted newline after \end[verbatim} in latex
Date: Sun, 14 Aug 2011 12:31:24 +0200

Hello,

Given this example
{{{
#+Title: Test

* Section

This paragraph isn't broken by this
\[
  c^2 = a^2 + b^2
\]
#
equation

This paragraph is broken by this
 : e = m c^2
literal example
}}}

the result is (well, the interesting part of it)
{{{
\section{Section}
\label{sec-1}


This paragraph isn't broken by this
\[
  c^2 = a^2 + b^2
\]
equation

This paragraph is broken by this
\begin{verbatim}
  e = m c^2
\end{verbatim}

literal example

\end{document}
}}}

I get this result with my own configurationand with -q running
trunk emacs (org via elpa, 20110810) and with eamcs-23.3a (org
6.33, I think).

I see that this keeps coming up at the mailing list.  Any hints
where to delete the "/n" in the org-latex.el?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]