emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: Leonard Avery Randall <leonard.a.randall@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Bibliography woes!
Date: Mon, 05 May 2014 15:45:31 +0100	[thread overview]
Message-ID: <877g605lo4.fsf@skimble.plus.com> (raw)
In-Reply-To: 53678512.50602@gmail.com

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

Leonard Avery Randall <leonard.a.randall@gmail.com> writes:

> Hi,
>
> Sharon Kimble wrote:
>
>     But "page 3" of what? "input line 139" of what? 
>     
>
> Page 3 of the PDF and input line 139 of the .tex file. 
>
>     It all looks okay to me, except I cant see what the latex warnings
>     relate to. Any ideas folks please?
>     
>
> The most likely problem is that you have you have not called bibtex
> (or biber) the appropriate number of times and so your references have
> not been processed correctly. The way to check this is to run bibtex
> or biber (whichever you use, your setup looks like it was designed for
> bibtex so bibtex is probably the one you want) on your .tex file and
> then call xelatex again, and see if the errors go away. If that is the
> problem. You should look at how you have set up org-latex-pdf-process
> to make sure that it calls xelatex and bibtex the appropriate number
> of times. (another option is to use latexmk, it is really convenient,
> but it takes a bit of work to configure it properly).
>
Still not getting it right. This is in my "setup-testbed.el"
--8<---------------cut here---------------start------------->8---
;; org to latex customisations, -shell-escape needed for minted
(setq org-export-dispatch-use-expert-ui t ; non-intrusive export dispatch
      org-latex-pdf-process		; for regular export
      '("xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"
		"bibtex %b"
		"xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"
    "xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"
	"xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"
	"xelatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
--8<---------------cut here---------------end--------------->8---
and the partial transcript of the output log
--8<---------------cut here---------------start------------->8---
LaTeX Warning: Citation '4' on page 3 undefined on input line 135.

LaTeX Warning: Citation '5' on page 3 undefined on input line 137.

LaTeX Warning: Citation '4' on page 3 undefined on input line 145.

LaTeX Warning: Citation '6' on page 3 undefined on input line 154.

LaTeX Warning: Citation '7' on page 4 undefined on input line 167.

LaTeX Warning: Citation '8' on page 4 undefined on input line 175.

LaTeX Warning: Citation '12' on page 4 undefined on input line 204.

LaTeX Warning: Citation '7' on page 4 undefined on input line 209.

LaTeX Warning: Citation '9' on page 4 undefined on input line 222.

LaTeX Warning: Citation '1' on page 5 undefined on input line 259.

LaTeX Warning: Citation '3' on page 6 undefined on input line 285.

LaTeX Warning: Citation '10' on page 7 undefined on input line 349.

LaTeX Warning: Citation '10' on page 7 undefined on input line 400.

LaTeX Warning: Citation '13' on page 9 undefined on input line 458.

LaTeX Warning: Citation '11' on page 9 undefined on input line 475.

LaTeX Warning: Citation '14' on page 9 undefined on input line 495.

LaTeX Warning: Citation '14' on page 10 undefined on input line 527.

LaTeX Warning: Citation '2' on page 11 undefined on input line 569.

LaTeX Warning: Empty bibliography on input line 576.

[11] (./uh2014.aux)

LaTeX Warning: There were undefined references.

Package biblatex Warning: Please (re)run Biber on the file:
(biblatex)                uh2014
(biblatex)                and rerun LaTeX afterwards.
--8<---------------cut here---------------end--------------->8---

and in my org-mode file I have these headers
--8<---------------cut here---------------start------------->8---
#+LaTeX_HEADER: \usepackage{biblatex}
#+LaTeX_HEADER: \usepackage[backend=biber,style=verbose]{biblatex}
#+LaTeX_HEADER: \bibliography{/home/boudiccas/.emacs.d/research/references.bib}
#+LaTeX_HEADER: \bibliography{references}
--8<---------------cut here---------------end--------------->8---

I have created the link to the reference file in my
$USER/.emacs.d/org/ directory using this command
╭────
│ln -s /home/boudiccas/.emacs.d/research/references.bib references.bib
╰────

Any ideas please folks, or some code to try please?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, Fluxbox 1.3.5, emacs 24.4.50.19

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2014-05-05 14:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 12:05 Bibliography woes! Sharon Kimble
2014-05-05 12:26 ` Vikas Rawal
2014-05-05 12:33 ` Leonard Avery Randall
2014-05-05 14:45   ` Sharon Kimble [this message]
2014-05-05 15:07     ` Vikas Rawal
2014-05-05 15:48       ` Leonard Avery Randall
2014-05-05 17:08       ` Sharon Kimble
2014-05-05 18:26         ` Eric S Fraga
2014-05-05 22:23           ` Sharon Kimble
2014-05-05 23:39             ` John Hendy
2014-05-05 23:51               ` Ken Mankoff
2014-05-06  7:33                 ` Rainer M Krug
2014-05-06 11:25                   ` Ken Mankoff
2014-05-06 11:40                     ` Rainer M Krug
2014-05-06 14:13               ` Bibliography woes! SOLVED Sharon Kimble
2014-05-05 23:47             ` Bibliography woes! Leonard Avery Randall

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=877g605lo4.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=leonard.a.randall@gmail.com \
    /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).