emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: First attempt at exporting to PDF.
Date: Mon, 5 May 2014 17:47:16 +0100	[thread overview]
Message-ID: <87lhug5g17.fsf@ucl.ac.uk> (raw)
In-Reply-To: <87wqe2eu16.fsf@skimble.plus.com> (Sharon Kimble's message of "Sat, 3 May 2014 16:55:33 +0100")

On Saturday,  3 May 2014 at 16:55, Sharon Kimble wrote:

[...]

> Secondly, none of my bibliographic references show in the pdf except
> as "?", although I cite them like this
> males have more testosterone \cite{6}.
> which correlates with this -
> @Article{,

Your problem (both in this email and in the other thread you have
started related to bibtex) is that you have not given the bibtex entry a
label.  This is the bit that goes between the "{" and the "," in the
line above and is what is used to "cite" the article in LaTeX.  

You should have something like this:

  @Article{paperbyjoebloggs2014,
  [...]
  }
  
which you then refer to in your LaTeX with \cite{paperbyjoebloggs2014}.

If you sort this out, you will find that everything else should be fine
(given the various emails in this and the other thread).

>   author = 		 {MacRae K. Pattison J.},
>   title = 		 {Home chemotherapy.},
>   journaltitle = {Nursing Times},
>   ALTyear = 	 {2002},
>   OPTkey = 		 {6},
>   OPTvolume = 	 {98},
>   OPTnumber = 	 {35},
>   OPTpages = 	 {34-35},

I assume you have been using bibtex mode in Emacs to define these?  If
so, you need to C-c C-c on each entry to get rid of the OPT bit
automatically.  The actual entries are key, volume, number and pages...

HTH,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11

      parent reply	other threads:[~2014-05-05 16:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-03 15:55 First attempt at exporting to PDF Sharon Kimble
2014-05-03 17:32 ` Martin Schöön
2014-05-03 19:05   ` Sharon Kimble
2014-05-03 20:00     ` Thomas S. Dye
2014-05-03 20:11       ` John Kitchin
2014-05-04  8:05         ` Sharon Kimble
2014-05-03 17:41 ` Nick Dokos
2014-05-05 16:47 ` Eric S Fraga [this message]

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=87lhug5g17.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    /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).