From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH] org-e-latex: Tables get correct amount of vertical space Date: Tue, 13 Nov 2012 11:20:59 -0500 Message-ID: <12077.1352823659@alphaville> References: <87d2zhr2ym.fsf@gmail.com> <80a9ulsgdv.fsf@somewhere.org> <87a9ulr19m.fsf@gmail.com> <11825.1352822198@alphaville> <801ufxscmi.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJEW-0006lz-LJ for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 11:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYJET-0008Ra-Ii for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 11:21:04 -0500 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:17634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJET-0008RM-EX for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 11:21:01 -0500 In-Reply-To: Message from "Sebastien Vauban" of "Tue\, 13 Nov 2012 17\:15\:17 +0100." <801ufxscmi.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban wrote: > I think that's a safe replacement (_with_ the grouping), and with somethi= ng I > forgot about (well seen Nick!): the \par. >=20 > See, for example, > https://groups.google.com/forum/?fromgroups=3D#!topic/fr.comp.text.tex/0s= 4WfsIfmy8 > for the answer of Manuel P=C3=A9gouri=C3=A9-Gonnard, one reference wrt La= TeX questions: >=20 > "replace the environment by {\centering ... \par}" >=20 I think I read the whole thread but I'm still not clear on why the change is needed. What goes awry with the environment instead of the declaration? Nick