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