Richard Lawrence <richard.lawre...@berkeley.edu> writes: > I was thinking that this should yield a citation object with a structure like: > > ('citation ... > :common-prefix pre > :common-suffix post > :references ((:prefix pre1 > :key "k1" > :suffix post1 ...) > (:prefix pre2 > :key "k2" > :suffix post2 ...)) > ...) > > Would that work?
Done in b0474b09a97ca20290b6f664b2e49a8c7a0d0c17. Note that, as a consequence, the new object is incompatible with the previous one, since every citation is a multi-cite citation. See commit message for details. Regards,