emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] graphics for html and latex / pdf export?


From: Aaron Ecay
Subject: Re: [O] graphics for html and latex / pdf export?
Date: Wed, 03 Sep 2014 13:21:10 -0400
User-agent: Notmuch/0.18.1+51~gbbbdf04 (http://notmuchmail.org) Emacs/24.4.50.2 (x86_64-unknown-linux-gnu)

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:
<http://caniuse.com/#feat=svg>).  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:
<http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-4-3>.

And also search “by-backend” in the mailing list archives for other
relevant examples.

Hope this is helpful,

-- 
Aaron Ecay



reply via email to

[Prev in Thread] Current Thread [Next in Thread]