all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* changing from \cite{1} to \cite{MacRae,2002}
@ 2014-05-15 19:09 Sharon Kimble
  2014-05-16  7:38 ` Eric S Fraga
  0 siblings, 1 reply; 17+ messages in thread
From: Sharon Kimble @ 2014-05-15 19:09 UTC (permalink / raw)
  To: help-gnu-emacs

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

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <mailman.1413.1400181010.1147.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2014-05-17 17:02 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 19:09 changing from \cite{1} to \cite{MacRae,2002} Sharon Kimble
2014-05-16  7:38 ` Eric S Fraga
2014-05-16 14:40   ` Sharon Kimble
     [not found] <mailman.1413.1400181010.1147.help-gnu-emacs@gnu.org>
2014-05-16  1:45 ` Emanuel Berg
2014-05-16 14:45   ` Sharon Kimble
2014-05-16 16:21     ` Rasmus
2014-05-16 18:24       ` Sharon Kimble
2014-05-16 18:35         ` Rasmus
2014-05-17  9:00           ` Sharon Kimble
2014-05-17 17:02             ` Rasmus
     [not found]       ` <mailman.1498.1400264694.1147.help-gnu-emacs@gnu.org>
2014-05-17  9:06         ` Stefan Nobis
2014-05-17  9:10         ` Stefan Nobis
2014-05-16 15:20   ` Alberto Luaces
     [not found]   ` <mailman.1480.1400253690.1147.help-gnu-emacs@gnu.org>
2014-05-16 17:40     ` Emanuel Berg
2014-05-16 20:10       ` Thien-Thi Nguyen
     [not found]       ` <mailman.1503.1400270762.1147.help-gnu-emacs@gnu.org>
2014-05-16 23:00         ` Emanuel Berg
     [not found]   ` <mailman.1474.1400251548.1147.help-gnu-emacs@gnu.org>
2014-05-16 17:50     ` Emanuel Berg

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.