From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Vertically aligning images in tables? Date: Fri, 15 Jan 2016 18:13:13 +0100 Message-ID: <87bn8mg40m.fsf@gmx.us> References: <6sw6c737tyvpo3.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]:48663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7wA-0001Oa-IU for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK7w5-0005jl-JA for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:13:22 -0500 Received: from mout.gmx.net ([212.227.15.15]:59162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7w5-0005jb-9m for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:13:17 -0500 In-Reply-To: <6sw6c737tyvpo3.fsf@BO-C02PWE1MG8WN.home> (Peter Davis's message of "Fri, 15 Jan 2016 10:16:28 -0500") 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: pfd@pfdstudio.com Cc: emacs-orgmode@gnu.org 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 when = 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/tabular= -vertical-alignment-to-top --=20 May contains speling mistake