emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Suggestions for improved suffix parsing in oc-biblatex
@ 2021-09-08 13:37 Denis Maier
  2021-09-20 11:08 ` Denis Maier
  2021-09-26 11:12 ` Bastien
  0 siblings, 2 replies; 11+ messages in thread
From: Denis Maier @ 2021-09-08 13:37 UTC (permalink / raw)
  To: Org Mode List, Elias Bounatirou

Hi,

I think the suffix parsing in oc-biblatex could be improved. Consider 
this example:

====================================
#+cite_export: biblatex authoryear

[cite:@doe 4]

[cite:@doe 4, with some more text]
=====================================

This gives us
=====================================
\autocite[4]{doe}

\autocite[4, with some more text]{doe}
=====================================

The problem is  that biblatex will add a label if the suffix consists 
only of a number, a range of numbers, or a list of numbers. So 
\autocite[4]{doe} will result (Doe 2021, p. 4). However, \autocite[4, 
with some more text]{doe} results in (Doe 2021, 4, with some more text). 
In this special case you'd have to help biblatex:
\autocite[\pnfmt{4}, with some more text]{doe}
=> (Doe 2021, p. 4, with some more text)

FWIW, pandoc's citeproc already has some support for this. There you can 
use braces to specify a locator in a complex suffix. Like so:
[cite:@doe {4}, with some more text]

I don't know how complex that is, but that would be a great addition.

Denis


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-10-01  8:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 13:37 Suggestions for improved suffix parsing in oc-biblatex Denis Maier
2021-09-20 11:08 ` Denis Maier
2021-09-26 11:12 ` Bastien
2021-09-28 11:41   ` Nicolas Goaziou
2021-09-28 12:16     ` Bruce D'Arcus
2021-09-29  6:30       ` Nicolas Goaziou
2021-09-29  7:36         ` Denis Maier
2021-09-30  7:23           ` Nicolas Goaziou
2021-09-30 16:14             ` Denis Maier
2021-10-01  8:42               ` Nicolas Goaziou
2021-10-01  8:46                 ` Denis Maier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).