-
Notifications
You must be signed in to change notification settings - Fork 16
Page is missing in NumberVariable #35
Description
According to CSL spec 1.0.2, page is a number variable.
number-of-volumes
Total number of volumes, used when citing multi-volume books and such
page
Range of pages the item (e.g. a journal article) covers in a container (e.g. a journal issue)
page-first
First page of the range of pages the item (e.g. a journal article) covers in a container (e.g. a journal issue)
But somehow, it's missing in citationberg::taxonomy::NumberVariable.
Lines 346 to 350 in 21a4165
| /// Total number of volumes, used when citing multi-volume books and such. | |
| NumberOfVolumes, | |
| /// First page of the range of pages the item (e.g. a journal article) | |
| /// covers in a container (e.g. a journal issue). | |
| PageFirst, |
Background
This issue blocks typst from loading 历史研究.csl.
<number variable="page"/>Failed to load CSL style (unknown variant page, expected one of chapter-number, citation-number, collection-number, edition, first-reference-note-number, issue, locator, number, number-of-pages, number-of-volumes, page-first, part-number, printing, printing-number, section, supplement-number, version, volume)