A terrific answer to a question about fine-tuning citation positions with the Tufte-BibLaTeX combination provided a \sidecite command with an optional offset parameter. It works like a charm.
Can someone show me how to define the analogous \sidecites command? I'd like to write something like \sidecites<1cm> {foo} [1]{bar}, if possible.
\sidecite{<entry1>,<entry2>}will work mostly fine. – jon Jan 31 '16 at 22:49