From: Sharon Kimble <boudiccas@skimble.plus.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: changing from \cite{1} to \cite{MacRae,2002}
Date: Thu, 15 May 2014 20:09:43 +0100 [thread overview]
Message-ID: <87egzun9jc.fsf@skimble.plus.com> (raw)
[-- 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 --]
next reply other threads:[~2014-05-15 19:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 19:09 Sharon Kimble [this message]
2014-05-16 7:38 ` changing from \cite{1} to \cite{MacRae,2002} 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
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87egzun9jc.fsf@skimble.plus.com \
--to=boudiccas@skimble.plus.com \
--cc=help-gnu-emacs@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 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.