From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [POLL] Syntax change: make \[...\] non-inline (+1) Date: Mon, 04 Aug 2014 10:55:38 +0200 Message-ID: <87d2cgy6ph.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEE3p-0000a4-E0 for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 04:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEE3j-00074I-ID for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 04:56:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:50013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEE3j-00073N-BS for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 04:55:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XEE3h-0003Qy-A1 for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 10:55:57 +0200 Received: from 46.166.186.214 ([46.166.186.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2014 10:55:57 +0200 Received: from rasmus by 46.166.186.214 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2014 10:55:57 +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: emacs-orgmode@gnu.org Hi, Federico Beffa writes: > The problem with that is that a displayed equation should NOT start a > new paragraph (in the generated LaTeX file). This is because if it > does then LaTeX puts more (vertical) space than desirable. If this is always the case for you, you can "fix" this behavior by always putting it in a new paragraph and using a filter. Example: paragraph 1 \[math 1\] paragraph 2 Use a final filter to convert this to paragraph 1 \[math 1\] paragraph 2 Perhaps you want to have some finer control over whether there should be a newline between math 1 and paragraph 2, e.g. exploiting the fact that "\n\n" is exported as "\n\n". Thus, paragraph 1 \[math 1\] paragraph 2 would become paragraph 1 \[math 1\] paragraph 2 Cheers, Rasmus