typst / citationberg

A library for parsing CSL styles.
Apache License 2.0
33 stars 7 forks source link

Fix fallback on subsequent name options not set #11

Closed AstrickHarren closed 5 months ago

AstrickHarren commented 6 months ago

From the CSL Spec it is suggested that

et-al-subsequent-min / et-al-subsequent-use-first
    If used, the values of these attributes replace those of respectively
    et-al-min and et-al-use-first for subsequent cites
    (cites referencing earlier cited items).

Therefore we need to fallback if et_al_subsequent are None

Fixes #10 Also fixes typst/hayagriva#141, and fixes typst/typst#3699

reknih commented 5 months ago

Thank you!