Description
Dear Andras,
I am currently working on an entry for a judicial commentary. I am on these versions:
Org mode version 9.5 (release_9.5-225-g494c20 @ /home/quintus/.emacs.d/org-mode/lisp/)
Citeproc @ abf3e45946598dffebfba6d6bd9a8cda46815765
In the kind of literature this work is for it is common to use short citations in footnotes, and provide the full bibliographic information at the start of the commentary’s chapter. This full bibliography is printed in small font and without any newlines; its entries are in surnames’ alphabetical order and separated by semicola, and surnames are italicised. Since commentary books tend to be large volumes, this is probably due the publisher’s desire to save paper.
Looking at the CSL 1.0.1 specification I found the delimiter
attribute, which I thought would fit if used on the <layout/>
element within <bibliography/>
. However, when I tried:
<bibliography><layout delimiter="; ">...</layout></bibliography>
Then the result was that within each line the entries were separated by semicola instead of commas, but the newlines between the bibliography entries were still there. So my expectation that the delimiter
just defaults to a newline character for bibliographies was refuted and it is used for something else, or this may be a bug in citeproc. Maybe the newline is hardcoded somewhere in org or in citeproc? Is there another way to replace it with a semicolon?
-quintus