summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx56
1 files changed, 56 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx b/macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx
new file mode 100644
index 0000000000..7db24ca444
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-mla/mla.dbx
@@ -0,0 +1,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