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: Bruce D'Arcus
Subject: Re: [wip-cite-new] Initial implementation of `biblatex' citation processor
Date: Fri, 21 May 2021 07:49:20 -0400

On Tue, May 18, 2021 at 11:45 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> I didn't test it much so it probably contains silly bugs. Sorry about
> that.

OK, a simple bug report.

cite/bare -> \cite (currently is autocite)
cite/bare-caps -> \Cite (currently is autocite)

Also, not sure about the "full" sub-styles. Do those have an
equivalent in biblatex?

If not, can also map to \cite or \Cite, depending.

Input:

1. [cite:@latexcompanion]
2. [cite/text:@latexcompanion]
3. [cite/text/caps:@latexcompanion]
4. [cite/text/caps-full:@latexcompanion]
5. [cite/bare:@latexcompanion]
6. [cite/bare-full:@latexcompanion]
7. [cite/bare-caps:@latexcompanion]

Current output:

\item \autocite{latexcompanion}
\item \textcite{latexcompanion}
\item \Textcite{latexcompanion}
\item \textcite{latexcompanion}
\item \autocite{latexcompanion}
\item \autocite{latexcompanion}
\item \autocite{latexcompanion}

Bruce



reply via email to

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