emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Maik Beckmann <beckmann.maik@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Unwanted newline after \end[verbatim} in latex
Date: Sun, 14 Aug 2011 12:31:24 +0200	[thread overview]
Message-ID: <CAL7baBwP-E-5D7V4NC-Zwh-jsyG-M_NFW-qM=JhviQtwEKBQZA@mail.gmail.com> (raw)

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	other threads:[~2011-08-14 10:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-14 10:31 Maik Beckmann [this message]
2011-08-14 10:56 ` Unwanted newline after \end[verbatim} in latex Maik Beckmann
2011-08-14 11:45   ` Maik Beckmann
2011-08-14 14:41   ` Bastien
2011-08-14 16:44     ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAL7baBwP-E-5D7V4NC-Zwh-jsyG-M_NFW-qM=JhviQtwEKBQZA@mail.gmail.com' \
    --to=beckmann.maik@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).