summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.dbx
blob: 0e5454b837838723fdf8b2166d07a9238c73a337 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
% Biblatex-GOST data model

\DeclareDatamodelFields[type=field, datatype=literal]{
  book,
  books,parts,issues,
  volsorder,
  sortvolume,
  systemreq,
  publication,
  ipc,
  reqnumber,
  prnumber,
  prcountry,
  major,
  majorcode,
  heading,
}

\DeclareDatamodelFields[type=field, datatype=date, skipout]{
  update,
  prdate,
  publdate,
}

\DeclareDatamodelFields[type=field, datatype=integer]{
  upday,upmonth,upyear,
  prday,prmonth,pryear,
  publday,publmonth,publyear,
}

\DeclareDatamodelFields[type=list, datatype=name]{
  booktranslator,
  bookcommentator,
  bookannotator,
  bookintroduction,
  bookforeword,
  bookafterword,
}

\DeclareDatamodelFields[type=field, datatype=key]{
  media,
  bookoriglanguage,
}

\DeclareDatamodelFields[type=list, datatype=literal]{
  specdata,
  credits,
  bookcredits,
  editioncredits,
}

\DeclareDatamodelEntryfields{
  media,
  credits,
  editioncredits,
  specdata,
  volsorder,
  heading,
}

\DeclareDatamodelEntryfields[article]{
  journalcredits,
}

\DeclareDatamodelEntryfields[book,collection,proceedings,reference]{
  book,
  books,parts,issues,
  sortvolume,
}

\DeclareDatamodelEntryfields[mvbook,mvcollection,mvproceedings,mvreference]{
  books,parts,issues,
}

\DeclareDatamodelEntryfields[inbook,incollection,inproceedings,inreference,bookinbook,suppbook,suppcollection]{
  booktranslator,
  bookcommentator,
  bookannotator,
  bookintroduction,
  bookforeword,
  bookafterword,
  bookoriglanguage,
  bookcredits,
}

\DeclareDatamodelEntryfields[thesis]{
  major,majorcode,
}

\DeclareDatamodelEntryfields[online]{
  update,systemreq,
}

\DeclareDatamodelEntryfields[patent]{
  prday,prmonth,pryear,
  publday,publmonth,publyear,
  publication,reqnumber,ipc,prnumber,prcountry,
}

\DeclareDatamodelConstraints{
  \constraint[type=data, datatype=date]{
    \constraintfield{update}
    \constraintfield{prdate}
    \constraintfield{publdate}
  }
}

\endinput