From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Vertically aligning images in tables? Date: Fri, 15 Jan 2016 13:26:01 -0500 Message-ID: <6sw6c7egdiu2bq.fsf@BO-C02PWE1MG8WN.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK94Y-0007Xr-OO for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 13:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK94U-0007RH-79 for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 13:26:06 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK94U-0007R9-2q for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 13:26:02 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id DE405208CC for ; Fri, 15 Jan 2016 13:26:01 -0500 (EST) 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: Rasmus Cc: emacs-orgmode@gnu.org Thank you, Rasmus. Regards, -pd Rasmus writes: > Hi Peter, > > Peter Davis writes: > >>> http://thread.gmane.org/gmane.emacs.orgmode/92820 >> >> This solution looks very specific to a particular problem. > > It is a solution to the problem: > > Place multiple images on one way the Correct Way=E1=B5=80=E1=B4=B9 whe= n using ox-latex. > >> I'm not interested in captions at all. > > They can be removed. > >> I just have 3 images, roughly the same width by different heights, and >> I'd like to place them side by side, with the tops aligned. I doesn't >> have to be a table, but I assume that would be the simplest way to do >> this (except I haven't made it work yet.) > > The simplest way is special blocks. > > Nonetheless, if you feel strongly about tables you could do it like this= =EF=BB=BF=C2=B9: > > #+latex_header: \def\imgtop#1{\vtop{\null\hbox{#1}}} > > #+macro: imgtop @@latex:\imgtop{@@ $1 @@latex:}@@ > > #+attr_latex: :booktabs nil > | | | > | {{{imgtop([[file:img1.png]])}}} | {{{imgtop([[file:img2.png]])}}} | > > Hope it helps, > Rasmus > > Footnotes:=20 > =EF=BB=BF=C2=B9 See: http://tex.stackexchange.com/questions/23521/tabul= ar-vertical-alignment-to-top