emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Nikolai <nikolai.stenfors@gapps.umu.se>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: org-ref no bibliography generated in pdf
Date: Sat, 6 Feb 2016 13:08:39 -0500	[thread overview]
Message-ID: <CAJ51ETrrWZMbXunArxkQN7WounxvOMgiO5SXgjYS0Y1SR3DHCg@mail.gmail.com> (raw)
In-Reply-To: <loom.20160206T190101-503@post.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1707 bytes --]

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"))

John

-----------------------------------
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


On Sat, Feb 6, 2016 at 1:04 PM, Nikolai <nikolai.stenfors@gapps.umu.se>
wrote:

> Eric S Fraga <e.fraga <at> ucl.ac.uk> writes:
>
> >
> > On Saturday,  6 Feb 2016 at 14:42, Nikolai Stenfors wrote:
> > > Hi,
> > > Org-ref appears to be an excellent reference handling tool for
> org-mode. I
> > > have followed the installation according to org-ref homepage.
> > > However, I have problems exporting the org-file to pdf. The generated
> > > intermediate latex-file appears visually OK. In the pdf, references are
> > > shown as [?] and no bibliography is generated.
> >
> > What is the setting of org-latex-to-pdf-process?  It looks like bibtex
> > was not run, having looked at the LaTeX code that was generated, which
> > looks perfectly fine.  Have you looked at the LaTeX log output when
> > exporting to PDF?  There will be a buffer with this log.
>
>
> OK,
>
> pdflatex -interaction nonstopmode -output-directory %o %f
> pdflatex -interaction nonstopmode -output-directory %o %f
> pdflatex -interaction nonstopmode -output-directory %o %f
>
> tried to add "bibtex %b" or  "bibtex %o %f" without luck
>
> Nikolai
>
>
>

[-- Attachment #2: Type: text/html, Size: 2703 bytes --]

  reply	other threads:[~2016-02-06 18:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06 13:42 org-ref no bibliography generated in pdf Nikolai Stenfors
2016-02-06 14:07 ` Eric S Fraga
2016-02-06 18:04   ` Nikolai
2016-02-06 18:08     ` John Kitchin [this message]
2016-02-06 18:49       ` Nikolai Stenfors
2016-02-07 23:21       ` Andreas Kiermeier
2016-02-08  0:03         ` John Kitchin
2016-02-08  2:57         ` Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2016-02-06 15:19 John Kitchin
2016-02-06 17:16 ` Nikolai
2016-02-06 17:46   ` John Kitchin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ51ETrrWZMbXunArxkQN7WounxvOMgiO5SXgjYS0Y1SR3DHCg@mail.gmail.com \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=nikolai.stenfors@gapps.umu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).