From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Subfloats in org - easier way? Date: Fri, 21 Nov 2014 13:13:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrn5o-0005Fd-T4 for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 07:13:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrn5i-0007KH-1L for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 07:13:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:54633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrn5h-0007KD-R9 for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 07:13:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xrn5g-000684-3E for emacs-orgmode@gnu.org; Fri, 21 Nov 2014 13:13:32 +0100 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Nov 2014 13:13:32 +0100 Received: from Rainer by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Nov 2014 13:13:32 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi I want to include in a document, exported to LaTeX, a subfigure. and followed the blog entry [1]. This works, but 1) is cumbersome and extemely LaTex - I can live with this, but is there a more org-modeisch solution? 2) I cant use the link (Figure [[fig:ventLEL]]) as they got not replaced by the correct LaTeX commands. This is obvious (as I did not use #+CAPTION: for the caption), but is there a way, apart from using the LaTeX code for these links, to get the links into the document? Thanks, Rainer * The example #+LATEX: \begin{figure}\centering #+LATEX: \subfloat[matlab]{\label{fig:matlabVentLEL} #+ATTR_LATEX: :height 0.45\textwidth [[file:inst/matlab/plots/vent5.pdf]] #+LATEX: }=20 #+LATEX: \subfloat[R]{\label{fig:rVentLEL} #+begin_src R :exports results :file rVentLEL.pdf :results graphics plot(runif(10)) #+end_src #+ATTR_LATEX: :height 0.45\textwidth #+RESULTS: [[file:rVentLEL.pdf]] #+LATEX: }\caption{Plot of the wind profile from the matlab script using th= e Log-Exp-Log profile}\label{fig:ventLEL} #+LATEX: \end{figure} Footnotes:=20 [1] http://draketo.de/light/english/emacs/write-multiple-images-single-pag= e-org-mode =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUbyxhAAoJENvXNx4PUvmC4nIIALn+fTXuwmKWitnInaDgpz6x +YtwuRWp1/981Vis70n1aNTm5dGhnSFsO0k/AsS+3m2UhAUDh30iX3lel3k8gYdo wA++PpsouLhEhNf9zkYeo/N56472VXdwx1/lqpkPkEm2w9ML7pD7FgjOEy4EclBB x9E7SDqlbBmtOQwPJLSAhmMYDG/OveHd6KH50dlQsmkeBaieoTQlr9b4k5skzeyE GXPjorC31BL33ZoT7gGeTqLIGCeXrd/797lP8b3KTtDMrre+MpPASBjTly4ARF07 ZlHrvGbO62vvOEE0YL9BmxrLkc4vRT4YA/IOYpXtLVLhsidEeEQtfahkCp6VwXo= =wWHZ -----END PGP SIGNATURE----- --=-=-=--