I need to get my manuscript ready for my publisher, and can't seem to get a few things fixed with biblatex. I'm using the package with the biblatex-juradiss style together with
jurabook
from juramisc as a document class. The publisher wants to have a certain kind of publication in German jurisprudence, commentaries, to be typeset like this:MK-StGB-Author (edition) § X Rn. Y
"MK-StGB" is the shorttitle, and § X Rn. Y are the references.
Commentaries have multiple authors that comment on different parts of a law codex. Therefor I need to pass over the respective authors in the reference.
I put them in the text like, e.g. this:
Code: Select all
\cite[Radtke][§ 14 Rn. 88]{mueko:band1}
prenote
field. Can I somehow suppress the prenote
field before the reference and put it behind the shorttitle
? Moreover, I don't seem to be able to get rid of all commas after the author.Can anybody help or somehow put me on the right track? Thanks a lot in advance!!