From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: Mathjax vs. problems with imagemagick Date: Mon, 28 Jul 2014 16:36:30 +0200 Message-ID: <86oaw9eej5.fsf@somewhere.org> References: <87mwcm6uyd.fsf@gmail.com> <87oax0ngwf.fsf@gmail.com> <87vbr4ww0k.fsf@gmail.com> <87fvi8jqfh.fsf@gmail.com> <8738e7x4xc.fsf@alphaville.bos.redhat.com> <87mwcfvki1.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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