From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: Images in tables? Date: Sat, 29 Mar 2014 10:58:59 +0800 Message-ID: <87k3bdsob0.fsf@news.tumashu-localhost.org> References: <53361C7A.9090403@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTjaW-0006Xq-F2 for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 23:05:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTjaQ-0000Xi-5c for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 23:05:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:43923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTjaP-0000Ve-Sq for emacs-orgmode@gnu.org; Fri, 28 Mar 2014 23:05:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WTjaM-0001Mk-QZ for emacs-orgmode@gnu.org; Sat, 29 Mar 2014 04:05:30 +0100 Received: from 120.4.245.213 ([120.4.245.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Mar 2014 04:05:30 +0100 Received: from tumashu by 120.4.245.213 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Mar 2014 04:05:30 +0100 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 Peter Davis writes: > I'm finishing a PDF document that will contain a number of screen > shots. I'd like to put them in a table to avoid just having them > arranged vertically on the page. Is there a way to do that? #+MACRO: p \includegraphics[scale=1]{$1} | {{{p(a.png)}}} | {{{p(b.png)}}} | | {{{p(c.png)}}} | {{{p(d.png)}}} | > > Specifically, I'm using > > #+ATTR_LATEX: :height 6cm > > to set the heights of the images. Can that work with a table somehow? > > Thanks! > > -pd --