1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
\ProvidesFile{windycity.dbx}[2021/11/09 Windy City data model file for biblatex]
\DeclareDatamodelFields[type=field,datatype=key]{%
booktitlekey,
bookbooktitlekey,
titlekey,
translatortype,
translatoratype,
translatorbtype}
\DeclareDatamodelFields[type=field,datatype=literal]{%
blogsubtitle,
blogtitle,
blogtitleaddon,
bookauthortype,
bookbooktitle,
bookbooksubtitle,
bookbooktitleaddon,
bookvolume,
bookbookvolume,
bookyear,
collection,
editoraddon,
editoraaddon,
endbookyear,
handle,
seriesaddon,
shortblog,
shortbooktitle,
shortcollection,
shortmaintitle,
shortorganization,
typeaddon}
\DeclareDatamodelFields[type=list,datatype=name]{%
preface,
shortbookauthor,
shorttranslator,
translatora,
translatorb}
|