On Fri, Aug 07, 2015 at 02:28:58PM +0100, Eric S Fraga wrote: > On Friday, 7 Aug 2015 at 06:24, Suvayu Ali wrote: > > [...] > > > This is very nice, thank you! I think this will do it for me. I have a > > small question, is there a better way to add a % after the first image > > in the above case other than adding a snippet? > > > > #+begin_figure > > #+attr_latex: :width 0.45\linewidth > > [[file:myfig2.pdf]]@@l:%@@ > > [[file:myfig3.pdf]] > > #+end_figure > > If you want the % simply to have LaTeX ignore the line end, you could > put the figures on the same line, such as > > #+begin_figure > #+attr_latex: :width 0.45\linewidth > [[file:myfig2.pdf]][[file:myfig3.pdf]] > #+end_figure
Cool, that works :). Thanks a lot Eric. -- Suvayu Open source is the future. It sets us free.