From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: require blank line in TeX output of org (and/or how to use the LaTeX package linguex via org-mode) Date: Thu, 22 Nov 2012 15:02:44 +0100 Message-ID: <87boep91mj.fsf@med.uni-goettingen.de> References: <87txsiqyjy.fsf@jnanam.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbXMs-0006wz-W0 for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 09:03:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbXMn-00086r-BH for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 09:03:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:58556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbXMn-00086l-4x for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 09:02:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TbXMw-0004vD-0h for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 15:03:06 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 15:03:06 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 15:03:06 +0100 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: emacs-orgmode@gnu.org Benjamin Slade writes: > I want to be able to use the LaTeX package "linguex" in org-based beamer > presentations. But this package requires a special syntax where after > the environment there must be a blank line in the LaTeX source (!=a blank line > in the LaTeX output). How do I do this in org-mode? Hi Benjamin, I don't know about linguex and your environments. But I had a similar problem recently and was advised to use sth like #+LATEX: \par. Give that a try to see if a \par is also working for you. Regards, Andreas