summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx
blob: 7db24ca4440a242081e0b8bd8f997c9ce461bc68 (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
% mla.dbx, v2.0 2021/06/07 * 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}[2021/06/07 v2.0 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