summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx
new file mode 100644
index 00000000000..6cda9897097
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx
@@ -0,0 +1,53 @@
+\ProvidesFile{sbl.dbx}[biblatex-sbl database structure]
+
+\DeclareDatamodelEntrytypes{
+ ancienttext,
+ conferencepaper,
+ incommentary,
+ inlexicon,
+ review,
+ seminarpaper}
+
+\DeclareDatamodelFields[type=field, datatype=literal]{
+ seriesseries,
+ revdtitle,
+ revdshorttitle,
+ revdsubtitle,
+ revdtitleaddon,
+ shortbooktitle,
+ shortmaintitle,
+ withauthortype,
+ witheditortype,
+ withtranslatortype,
+ withbookauthortype,
+ withbookeditortype,
+ withbooktranslatortype,
+ withmainauthortype,
+ withmaineditortype,
+ withmaintranslatortype}
+
+\DeclareDatamodelFields[type=list, datatype=name]{
+ bookeditor,
+ booktranslator,
+ maineditor,
+ maintranslator,
+ revdauthor,
+ revdeditor,
+ withauthor,
+ witheditor,
+ withtranslator,
+ withbookauthor,
+ withbookeditor,
+ withbooktranslator,
+ withmainauthor,
+ withmaineditor,
+ withmaintranslator}
+
+\DeclareDatamodelFields[type=field, datatype=date]{
+ releasedate}
+
+\DeclareDatamodelFields[type=field, datatype=datepart]{
+ releaseday,
+ releasemonth,
+ releaseyear}
+