From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Arranging images on a LaTeX page? Date: Thu, 30 Jan 2014 01:00:36 +0100 Message-ID: <87zjmecp97.fsf@bzg.ath.cx> References: <52E98C75.2060600@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8f3p-0004nH-6O for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:00:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8f3g-0006CX-BO for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:00:49 -0500 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:53356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8f3f-0006CL-Tg for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:00:40 -0500 Received: by mail-wg0-f53.google.com with SMTP id y10so5020311wgg.20 for ; Wed, 29 Jan 2014 16:00:38 -0800 (PST) In-Reply-To: <52E98C75.2060600@pfdstudio.com> (Peter Davis's message of "Wed, 29 Jan 2014 18:19:17 -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 Hi Peter, Peter Davis writes: > I can place images in my document, suitably scaled, with constructs like: > > #+ATTR_LATEX: :height 4.5cm > [[/path/to/image.jpg]] > > However, if I try to put two images side-by-side: > > #+ATTR_LATEX: :height 4.5cm > | [[/path/to/image1.jpg]] | [[/path/to/image2.jpg]] | > > the height attribute is ignored. Because the scope of attributes is the element right after them. Here is scope is the table, not the images. > Is there a way to do this? Not really. But you can use `org-latex-image-default-height' for all pictures in your file. -- Bastien