emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* LaTeX export: images subplots
@ 2013-09-12  1:56 Martin Leduc
  2013-09-12  2:47 ` John Hendy
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Martin Leduc @ 2013-09-12  1:56 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

Hi all,
  I am using org-mode to write a report with several figures. I would like to group some images into a same figure, let say a 2x2 panel. I know that I can directly embed latex code in my org file, for example by using the subfloats (from the latex subfig package). 

However, I would prefer to use an org-based solution of inserting the image links in order to keep the convenient way of previewing images right into the buffer with C-c C-x C-v.

The only solution I found is by using tables such as:

#+CAPTION: Insert caption here.
#+ATTR_LATEX: :align p{0.5\textwidth}p{0.5\textwidth}
| [[pathtoimage]] | [[pathtoimage]] |
| [[pathtoimage]] | [[pathtoimage]] |

where the size of the images is controled by p{} and C-cxv is working. However, in the exported TeX file, it is a table, not a figure. Is there a cleaner way to make image panels that would preserve the figure environment in the exported TeX file ?

Thanks a lot,
Martin


 		 	   		  

[-- Attachment #2: Type: text/html, Size: 1234 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-13 11:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12  1:56 LaTeX export: images subplots Martin Leduc
2013-09-12  2:47 ` John Hendy
2013-09-12  3:13   ` Martin Leduc
2013-09-12  3:19     ` John Hendy
2013-09-13  3:32       ` Martin Leduc
2013-09-13 11:02   ` Suvayu Ali
2013-09-12  4:45 ` Charles Berry
2013-09-12 10:38 ` Rasmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).