emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] problems with LaTex/BibTex


From: suvayu ali
Subject: Re: [O] problems with LaTex/BibTex
Date: Fri, 30 Mar 2012 10:05:56 +0200

Hey Julian,

On Fri, Mar 30, 2012 at 03:41, Julian Burgos <address@hidden> wrote:
> The "References.bib" is a BibTex file in the same folder as the test file.
>  The citations were entered using RefTex with no problem.  But when
> exporting to pdf, I get the following message in the minibuffer:
> "Exporting to PDF...done, with some errors: [undefined citations]".  The
> pdf produced had, of course, question marks where the citations should be.

Did you customise your org-latex-to-pdf-process to include bibtex? I use
something like this:

(setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmode %b"
                                 "/usr/bin/bibtex %b"
                                 "pdflatex -interaction nonstopmode %b"
                                 "pdflatex -interaction nonstopmode %b"))

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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