-
Notifications
You must be signed in to change notification settings - Fork 9
/
mla.dbx
56 lines (52 loc) · 1.15 KB
/
mla.dbx
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
% mla.dbx, v2.1a 2022/02/22 * compatible with biblatex 3.16
% Maintained at <https://github.com/jmclawson/biblatex-mla>.
%
% Feel free to improve, redistribute, and adapt to your own ends. Please share improvements back to the project on GitHub or to James Clawson: <clawson@gmail.com>.
%
% This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
\ProvidesFile{mla.dbx}[2022/02/22 v2.1a biblatex citation style]
\DeclareDatamodelEntrytypes{mlasource}
\DeclareDatamodelFields[type=field, datatype=literal]{
supplemental,
titletype,
titlea,
contributora,
versiona,
numbera,
publishera,
datea,
locationa,
supplementala,
titleb,
contributorb,
versionb,
numberb,
publisherb,
dateb,
locationb,
supplementalb
}
\DeclareDatamodelEntryfields[mlasource]{
jkauthor,
authortype,
title,
titletype,
supplemental,
titlea,
contributora,
versiona,
numbera,
publishera,
datea,
locationa,
supplementala,
titleb,
contributorb,
versionb,
numberb,
publisherb,
dateb,
locationb,
supplementalb
}
\endinput