emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [wip-cite-new] Initial implementation of `biblatex' citation process


From: Denis Maier
Subject: Re: [wip-cite-new] Initial implementation of `biblatex' citation processor
Date: Wed, 19 May 2021 14:33:54 +0200

Am 19.05.2021 um 12:43 schrieb Bruce D'Arcus:
On Wed, May 19, 2021 at 6:05 AM Denis Maier <denismaier@mailbox.org> wrote:

Is there a way to get a simple \cite?

Hmm ... "cite/cite"?

What does "cite" do that "autocite" doesn't?

\cite is the most basic cite command:

In a author-year style:
\cite           => Doe 2020
\textcite       => Doe (2020)        
\parencite      => (Doe 2020)
\autocite       => \parencite

In note-based styles (e.g verbose):

\cite           => Doe, Title
\footcite       => [fn:: Doe, Title]
\parencite      => (Doe, Title)
\autocite       => \footcite


Also, footcite should be there.

Footcite is already there under the "note"/"fn" style.

Good! (I was just a bit confused because biblatex has \footcite and \notecite.

Denis



reply via email to

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