emacs-orgmode
[Top][All Lists]
Advanced

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

Re: suggestion to change default org-latex-pdf-process to latexmk


From: Bruce D'Arcus
Subject: Re: suggestion to change default org-latex-pdf-process to latexmk
Date: Tue, 1 Jun 2021 13:41:15 -0400

On Tue, Jun 1, 2021 at 1:03 PM Timothy <tecosaur@gmail.com> wrote:
>
>
> Bruce D'Arcus <bdarcus@gmail.com> writes:
>
> > Thanks Timothy.
> >
> > What's your view on modifying current default?
>
> I think latexmk is a pretty reasonable expectation, and your
> justification that it's more important seems sound to me.
>
> Using the value seen in my config, I've found that at the least my
> version of latexmk interprets the arguments such that
> `org-latex-compilers' still works as expected (with xelatex, lualatex,
> etc.). Perhaps this would make sense as a new default if it works well
> for others too (without the -shell-escape bit though).

Here's the current command for the "latexmk" option:

"latexmk -g -pdf -pdflatex=\"%latex\" -outdir=%o %f"

... and here's what you have, minus shell-escape.

"latexmk -f -pdf -%latex -interaction=nonstopmode -output-directory=%o %f"

Do they not both account for the engine (luatex, xetex, etc.)?

In any case, whatever the command is, clearly it should.

Bruce



reply via email to

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