[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Exporting multiple images in a float (LaTeX)
From: |
Eric S Fraga |
Subject: |
Re: [O] Exporting multiple images in a float (LaTeX) |
Date: |
Fri, 7 Aug 2015 14:28:58 +0100 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
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
(untested)
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3beta-1315-ga3b2b7
- [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/06
- Re: [O] Exporting multiple images in a float (LaTeX), Rasmus, 2015/08/06
- Re: [O] Exporting multiple images in a float (LaTeX), Rasmus, 2015/08/06
- Re: [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/07
- Re: [O] Exporting multiple images in a float (LaTeX),
Eric S Fraga <=
- Re: [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/07
- Re: [O] Exporting multiple images in a float (LaTeX), Rasmus, 2015/08/07
- Re: [O] Exporting multiple images in a float (LaTeX), Eric S Fraga, 2015/08/07
- Re: [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/07
- Re: [O] Exporting multiple images in a float (LaTeX), Rasmus, 2015/08/08
- Re: [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/08
- Re: [O] Exporting multiple images in a float (LaTeX), Eric S Fraga, 2015/08/10
- Re: [O] Exporting multiple images in a float (LaTeX), Suvayu Ali, 2015/08/07