Hi Peter, Peter Davis <p...@pfdstudio.com> 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