emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-ref no bibliography generated in pdf


From: John Kitchin
Subject: Re: [O] org-ref no bibliography generated in pdf
Date: Sun, 07 Feb 2016 19:03:23 -0500
User-agent: mu4e 0.9.16; emacs 25.1.50.1

no reason. I do not actually use this code below. I have another
function that probably does want texify does ;) maybe some extra stuff
like running makeindex, etc....

Andreas Kiermeier writes:

> On 7 February 2016 at 04:38, John Kitchin <address@hidden> wrote:
>
>> that is why you don't get bibtex run then ;) try this
>> (setq org-latex-pdf-process
>>        '("pdflatex -shell-escape -interaction nonstopmode
>> -output-directory %o %b"
>>          "bibtex %b"
>>          "pdflatex -shell-escape -interaction nonstopmode
>> -output-directory %o %b"
>>          "pdflatex -shell-escape -interaction nonstopmode
>> -output-directory %o %b"))
>>
>
> ​Hi John & list,
>
> is there any reason why we should be hardcoding multiple runs of pdflatex
>
> ​(& bibtex) instead of using texify?
>
> I have my org-latex-to-pdf set to
> "texify -p -b --tex-option=-shell-escape %f"
> ​ (I'm on Windows 10, running MikTex 2.9), which hasn't given my any
> problems to date and seem to be a little more efficient​.
>
> I'm just curious.
>
> Cheers,
>
> AK


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



reply via email to

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