moewew
moewew
I looked into an interface that can be used to let non-`\autocite` commands shuffle punctuation as well. See https://github.com/plk/biblatex/issues/733 and https://github.com/plk/biblatex/pull/830. As it turns out that new interface, as useful...
Assuming you don't want footnotes and punctuation moved around. 1. Yes. 2. That would not be necessary, the default of all commands except `\autocite` (and `verbose`'s `\textcite`) is not to...
Thanks for reporting this. A cursory glance suggests that a solution here might not be as straightforward as one might hope: We need to check if the `volume` field comes...
The issue with `\iffieldannotation` is off-topic here. That is purely a `biblatex` issue. The problem with implementing a command like this is that it is difficult to grab optional arguments...
The motivation is clear, but the question is what kind of general interface you want to see on the `biblatex-ext` side (either as a user-facing feature or as something developers...
Sure, things might be a bit more streamlined with `expl3`, but I wouldn't want to mix languages, so this would require a complete overhaul of `biblatex-ext-oa.sty` into `expl3`, which doesn't...
The `related` function could be an obvious choice to try and implement this, but depending on the exact wishes for the output it might still be complicated. Most fields involved...
Ah, I found the code for the interleaved stuff, it is much cleaner and nicer looking than I thought. I feel a bit uneasy about edge cases where the user...
I haven't had a proper look at the code, but I've always been wondering if it wouldn't be easier to make all those `cite:` drivers simple bibmacros instead (maybe remove...
Yes, `biblatex-chicago` does it, but the style also uses `\cite` commands in the bibliography, something that I would try to avoid as well. The standard styles only use `\usedriver` to...