emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting LaTeX source blocks with HTML backend


From: Eric S Fraga
Subject: Re: [O] Exporting LaTeX source blocks with HTML backend
Date: Sat, 8 Mar 2014 11:39:13 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Xavier Garrido <address@hidden> writes:

[...]

> The non export is due to this setup
>
> #+BEGIN_SRC emacs-lisp
>    (org-babel-do-load-languages
>     'org-babel-load-languages
>     '((emacs-lisp . t)
>       (latex . t)))
> #+END_SRC

Actually, this wasn't enough for me (I already had both of these
enabled).  The problem, in my case, was that I had org-html-with-latex
set to t (the default, I guess) which relies on mathjax.  If you want an
image created, this needs to be set to either 'dvipng or 'imagemagick or
via tex: option in the org file.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.2, Org release_8.2.5h-683-ga85683



reply via email to

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