From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: graphics for html and latex / pdf export? Date: Wed, 03 Sep 2014 18:15:42 +0200 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]:41877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPDE9-0001q2-Mc for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 12:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPDE2-00045g-7h for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 12:16:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:37639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPDE2-00045W-1x for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 12:16:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XPDE1-00046c-3M for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 18:16:01 +0200 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 ; Wed, 03 Sep 2014 18:16:01 +0200 Received: from Rainer by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Sep 2014 18:16:01 +0200 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 know this has been asked before, but I can't find it... I would like to export a document which contains graphs generated in R as html as well as latex / pdf. For LaTeX, I use output format pdf, d=3Dwhich does not work as inline picture for html export. How can I automate the process, that all graphs which are included in org as e.g. =2D-8<---------------cut here---------------start------------->8--- #+begin_src R :file graph.pdf :results graphics plot(1,1) #+end_src #+RESULTS: [[file:graph.pdf]] =2D-8<---------------cut here---------------end--------------->8--- are available for the html export as inline images (e.g. png)? I remember some use of imagemagic?=20 I could obviously do this manually in each code block, but I would prefer a general solution, so that I can forget about it and it is working. Thanks, Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUBz6yAAoJENvXNx4PUvmCRhMH/0pPDLWD2CRkGdjC0TPomR/3 bJFx6Nq7LVfF0oCoZ0fBE3UPh1ZblJGNy5RXdwJoVA6kGT1hLlKZxtXp7fC56Sup dwfo8MJtWcA3GnP52jyku2SbMSzfYEdoVcJLhTsnH3a79g5GEGC3yGOLV/+c0sc4 5WYM0HzkUxPmhaszSMB13ZJLBXrvhyXiUs6GPh5QCrHzNkQo+suGeWGQcJJqo+FN S4mLypb9TsovX44qDpOG/CCdHUyec2bSwzTa4MdEAuKYdux8uUyg25GW04LVFWdq G78J0PJFuazawb33Tg6lLikuP7xUIGwLXqw6cVcnVFCMcDcqM4rpe1SH+k39NY8= =5eeI -----END PGP SIGNATURE----- --=-=-=--