Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

> I think
>
>   [cite: common pre; pre1 @k1 post1; pre2 @k2 post2; common post]
>
> is regular and readable enough. So, there's no need to add special
> support for multicite.

Definitely.

In latex you'd just use multicite whenever more than two keys within one
cite-group.

     [cite: common pre; pre1 @k1 post1; pre2 @k2 post2; common post]
   → \textcites(common pre)(common post)[pre1][post1]{k1}[pre2][post2]{k2}
             ^^^ 
And:

   [cite: @k1; k2] → \textcites()()[][]{k1}[][]{k2}
                  or \textcites{k1}{k2}

—Rasmus

-- 
Lasciate ogni speranza o voi che entrate: siete nella mani di'machellaio

Reply via email to