From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Unwanted newline after \end[verbatim} in latex Date: Sun, 14 Aug 2011 16:41:23 +0200 Message-ID: <87y5yw9d7b.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsdQA-0003Ea-9k for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:20:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsdQ9-0005OK-3M for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:20:18 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:64977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsdQ8-0005O4-UB for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:20:17 -0400 Received: by wyi11 with SMTP id 11so3596001wyi.0 for ; Sun, 14 Aug 2011 09:20:15 -0700 (PDT) In-Reply-To: (Maik Beckmann's message of "Sun, 14 Aug 2011 12:56:07 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Maik Beckmann Cc: emacs-orgmode@gnu.org Hi Maik, Maik Beckmann writes: > Without any idea what I'm doing, I just searched for verbatim. The > "\n\n" in org-export-latex-fixed-width > http://pastebin.com/CzkB4thP > looked suspecious, so I deleted one: > - (insert "\\end{verbatim}\n\n")) > # (insert "\\end{verbatim}\n")) > > It works like I want it to now, but this seemed too easy, i > wonder what I broke by doing this :P Sometimes things are easy :) Thanks for the fix, it's in the git repo now. Best, -- Bastien