David Purton
David Purton
@jjmccollum It has in the version here on github. But I haven't done a release to CTAN. For most uses, the github version is fine to use. You can install...
@folofjc I am open to reconsidering this. The `postnote` handling of my new code is much neater and may not suffer from the problems of the current version.
Correct. This isn't supported. I managed to do it on my new code. I'm not sure how easy it will be to back port it though.
Here's the output of my new code from your example. Can you see if it looks correct? 
As for your second question, in my new code I seem to have assumed a consistent approach for books: ``` \documentclass[letterpaper,12pt]{article} \usepackage[style=sbl]{biblatex} \begin{filecontents}[overwrite]{\jobname.bib} @mvcommentary{dahood:1965-1970, author = {Dahood, Mitchell}, title =...
I wonder if Dahood shouldn't be repeated in the second citation?
Oh. It *should*. For example (note that this exposes a bug in the list of abbreviations which has been fixed, but not released): ```TeX \documentclass{article} \begin{filecontents}[overwrite]{\jobname.bib} @book{kaufman:1974, author = {Kaufman,...
You can see how I did this in §6.3.2 of `biblatex-sbl-examples.pdf`. It's not pretty, but I can't see another way of doing it. Also it's not completely fool proof as...
@moewew , I interleaved location: publisher; location: publisher, but those fields are already lists. It requires some hackwork but everything required is present. `related` might work. I might give it...
Using `related` looks like it will work really well! Thanks @moewew! Advantages of the MWE example below: - Can easily cite either just one of the individual articles or the...