help-gnu-emacs
[Top][All Lists]
Advanced

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

changing from \cite{1} to \cite{MacRae,2002}


From: Sharon Kimble
Subject: changing from \cite{1} to \cite{MacRae,2002}
Date: Thu, 15 May 2014 20:09:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

I am using latex and working on a document all in emacs. I have been
using the biblatex citation system with the style "numerical", but
now want to use "authoryear".
At present -
╭────
│\usepackage[backend=biber,style=verbose,style=number]{biblatex}
╰────

What I want to use -
╭────
│\usepackage[backend=biber,style=verbose,style=authoryear]{biblatex}
╰────

And it appears in the bibtex database as
--8<---------------cut here---------------start------------->8---
@Article{1,
  author = {MacRae K. Pattison J.},
  title = {Home chemotherapy.},
  journaltitle = {Nursing Times},
  year = {2002},
  key = {1},
  volume = {98},
  number = {35},
  pages = {34-35},
}
--8<---------------cut here---------------end--------------->8---

In the document it shows as
╭────
│ as a means of changing themselves \cite{1}
╰────

What I want to do is to end up with a citation like
╭────
│ as a means of changing themselves \cite{MacRae,2002}
╰────

How can I do it programmatically please? I.E. from the command-line?
I have 26 entries in my bibtex database so I want to do it before
it gets too big and unmanageable.

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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