emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Blank equation when exported to HTML using dvipng


From: Nick Dokos
Subject: Re: [O] Blank equation when exported to HTML using dvipng
Date: Mon, 28 May 2012 19:12:39 -0400

Richard Stanton <address@hidden> wrote:

> In my init.el, I have
> 
> (setq org-latex-to-pdf-process 
>       '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o 
> %f"
>         "pdflatex -shell-escape -interaction nonstopmode -output-directory %o 
> %f"
>         "pdflatex -shell-escape -interaction nonstopmode -output-directory %o 
> %f"
>         "pdflatex -shell-escape -interaction nonstopmode -output-directory %o 
> %f"))
> 
> The problem is that when I export to HTML with the dvipng option, it's 
> calling latex, not pdflatex, so I don't think this option has an effect.
> 

Ah, right: that's hardwired and needs source code changes.  The call is
in org.el:org-create-formula-image-with-dvipng. This was reported by
Ista Zahn (see http://thread.gmane.org/gmane.emacs.orgmode/50533). I
would encourage you to submit a patch for this[fn:1] - maybe make it
conditional on the value of org-export-latex-listings.

Nick

Footnotes:

[fn:1] Unfortunately I cannot.



reply via email to

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