emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Unwanted newline after \end[verbatim} in latex
@ 2011-08-14 10:31 Maik Beckmann
  2011-08-14 10:56 ` Maik Beckmann
  0 siblings, 1 reply; 5+ messages in thread
From: Maik Beckmann @ 2011-08-14 10:31 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-14 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-14 10:31 Unwanted newline after \end[verbatim} in latex Maik Beckmann
2011-08-14 10:56 ` Maik Beckmann
2011-08-14 11:45   ` Maik Beckmann
2011-08-14 14:41   ` Bastien
2011-08-14 16:44     ` Achim Gratz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).