summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx44
1 files changed, 33 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx
index 479c8d24a98..c3d07d40d23 100644
--- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx
+++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.dbx
@@ -12,10 +12,13 @@
%%
%% The Current Maintainer of this work is Philip Kime.
-\ProvidesFile{apa.dbx}[2019/11/23\space v9.0\space APA biblatex style data model]
+\ProvidesFile{apa.dbx}[2019/11/27\space v9.1\space APA biblatex style data model]
\RequireBiber[3]
\DeclareDatamodelEntrytypes{
+ constitution,
+ legmaterial,
+ legadminmaterial,
nameonly}
\DeclareDatamodelFields[type=list, datatype=name]{
@@ -25,23 +28,42 @@
execdirector,
with}
-\DeclareDatamodelFields[type=field, datatype=literal]{
- abstractloc,
- appentry,
- urldescription}
+\DeclareDatamodelFields[type=list, datatype=literal]{
+ citation}
-\DeclareDatamodelFields[type=field, datatype=verbatim]{
- abstracturl}
+\DeclareDatamodelFields[type=field, datatype=literal]{
+ source,
+ article,
+ section,
+ amendment,
+ appentry}
\DeclareDatamodelEntryfields{
with,
groupauthor,
narrator,
execproducer,
- execdirector,
- abstractloc,
- abstracturl,
- urldescription}
+ execdirector}
+
+% APA Court cases
+\DeclareDatamodelEntryfields[jurisdiction]{
+ organization
+ citation}
+
+% Legislative material
+\DeclareDatamodelEntryfields[legmaterial]{
+ source}
+
+% Admin and Executive material
+\DeclareDatamodelEntryfields[legadminmaterial]{
+ citation,
+ source}
+
+% Constitution/charters
+\DeclareDatamodelEntryfields[constitution]{
+ article,
+ section,
+ amendment}
\DeclareDatamodelEntryfields[software]{
appentry}