emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bibliography woes!


From: Ken Mankoff
Subject: Re: [O] Bibliography woes!
Date: Mon, 05 May 2014 19:51:11 -0400
User-agent: mu4e 0.9.9.5; emacs 24.3.1

On 2014-05-05 at 19:39, John Hendy wrote:
> If this works, someone can chime in regarding how to modify Org so
> that it will run the necessary biber/biblatex commands so you don't
> have to jump to a command line every time. Or perhaps that's a one
> time thing -- maybe as long as biber generates the .bbl file, you can
> refer to anything you want in that file from then on?

I've found "latexmk" to be the best tool for compiling LaTeX
documents. It runs all necessary commands as many times as needed,
including pdflatex, bibtex, biblatex, etc.. It is fairly smart and will
run the command to make the index if you load the index, for example. 

It can run in daemon mode and monitor the included files (and graphics)
so if one of those changes, the PDF is regenerated.

I prefer daemon mode, so I bring up a terminal and run latexmk file.tex
in the folder where I'm working on file.org. This also speeds things up,
since exporting to latex is fast, but compiling is slow. I can export
and still use emacs, rather than waiting for the compile to finish.

But if you want to run latexmk from Org, that works too. The "-pvc-"
turns off the "preview continuous" mode (daemon).

(setq org-latex-pdf-process (list "/usr/texbin/latexmk -f -gg -pvc- %f"))

  -k.



reply via email to

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