emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Mathjax vs. problems with imagemagick


From: Sebastien Vauban
Subject: Re: [O] Mathjax vs. problems with imagemagick
Date: Mon, 28 Jul 2014 16:36:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (windows-nt)

Nick Dokos wrote:
> My org-latex-pdf-process setting is
>
>   (setq org-latex-pdf-process '("texi2dvi --shell-escape --pdf %f"))
>
> and I'm experimenting with
>
>   (setq org-latex-pdf-process '("latexmk --shell-escape -pdf -xelatex %f"))

FWIW, I do have:

    (setq org-latex-pdf-process
          (if (executable-find "latexmk")
              '("latexmk -CF -pdf %f && latexmk -c")
                                      ; must clean .fdb_latexmk, .fls, .ilg,
                                      ; .ind, etc.
            '("pdflatex -interaction=nonstopmode -output-directory=%o %f"
              "pdflatex -interaction=nonstopmode -output-directory=%o %f"
              "pdflatex -interaction=nonstopmode -output-directory=%o %f")))

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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