emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Arranging images on a LaTeX page?


From: Bastien
Subject: Re: [O] Arranging images on a LaTeX page?
Date: Thu, 30 Jan 2014 01:00:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Peter,

Peter Davis <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]