From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Vertically aligning images in tables? Date: Fri, 15 Jan 2016 17:03:34 +0000 Message-ID: <87io2uvkpl.fsf@delle7240.chemeng.ucl.ac.uk> References: <6sw6c7fuxzvmu6.fsf@BO-C02PWE1MG8WN.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7nE-00024F-Ta for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:04:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK7n9-0003ED-Tr for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:04:08 -0500 Received: from mail-db3on0134.outbound.protection.outlook.com ([157.55.234.134]:15721 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7n9-0003De-GS for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 12:04:03 -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: Peter Davis Cc: emacs-orgmode@gnu.org On Thursday, 14 Jan 2016 at 17:05, Peter Davis wrote: > I'm trying to place three images side-by-side to they're top-aligned, > but I can't see to find a way to get org-mode to do this. My Following up on my previous email, I couldn't resist... A LaTeX hack that works is: #+begin_src org ,* introduction ,#+latex: \newcommand{\boxedimage}[1]{\parbox[b][20pt][t]{1.5cm}{\includegraphics[scale=0.3]{#1}}} ,#+MACRO: p \boxedimage{$1} ,#+ATTR_LATEX: :align ccc |------------------+------------------+--------------------| | {{{p(./A.png)}}} | {{{p(./B.png)}}} | {{{p(./C.png)}}} | |------------------+------------------+--------------------| #+end_src I tried to have everything in the macro but org started escaping some of the curly braces unfortunately... -- : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.3-449-gd85ff3