From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: graphics for html and latex / pdf export? Date: Wed, 03 Sep 2014 13:21:10 -0400 Message-ID: <87r3zs1uyh.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPEFE-0003cH-Tv for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 13:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPEFD-0001hi-Uo for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 13:21:20 -0400 Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]:64083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPEFD-0001hY-QX for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 13:21:19 -0400 Received: by mail-qc0-f180.google.com with SMTP id c9so9172788qcz.11 for ; Wed, 03 Sep 2014 10:21:16 -0700 (PDT) In-Reply-To: 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: Rainer M Krug , emacs-orgmode@gnu.org Hi Rainer, One option is to use svg graphics, which are supported in latex (via the svg package from CTAN) and in HTML (on almost all modern browsers: ). The svg latex package supports compiling with pdflatex out of the box and lualatex with a little hackery; xelatex is not supported (you also need to install inkscape and compile with a flag that allows latex code to execute shell commands). Otherwise, you might be looking for something like this worg page: . And also search =E2=80=9Cby-backend=E2=80=9D in the mailing list archives f= or other relevant examples. Hope this is helpful, --=20 Aaron Ecay