diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-21 22:15:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-21 22:15:15 +0000 |
commit | 420f99fea3510c7f655a3b3e14020cb4825bd210 (patch) | |
tree | b4dd8a2ce028e48af82df4912f9535a100a7b32c /Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx | |
parent | 40a2270630df0c63ac34e92350bbf810d1d8cdf9 (diff) |
biblatex-fiwi (21nov17)
git-svn-id: svn://tug.org/texlive/trunk@45876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx index 298b23541ed..c6dee8e3744 100644 --- a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi2.dbx @@ -12,11 +12,15 @@ %% %% The Current Maintainer of this work is Simon Spiegel %% +%% -\ProvidesFile{fiwi.dbx}[2017/01/28 1.6c film studies bibliography style data model] +\ProvidesFile{fiwi2.dbx}[2017/11/21 1.7 film studies bibliography style data model] \RequireBiber[3] +\DeclareDatamodelEntrytypes{archival} + +\DeclareDatamodelFields[type=field, datatype=literal]{librarylocation} \DeclareDatamodelFields[type=field, datatype=literal]{parttitle} \DeclareDatamodelFields[type=field, datatype=literal]{duration} \DeclareDatamodelFields[type=field, datatype=literal]{durationtype} @@ -25,6 +29,9 @@ \DeclareDatamodelFields[type=list, datatype=name]{director} \DeclareDatamodelFields[type=list, datatype=name]{scriptwriter} \DeclareDatamodelFields[type=list, datatype=name]{actor} +\DeclareDatamodelFields[type=list, datatype=literal]{production} + +\DeclareDatamodelEntryfields[archival]{librarylocation} \DeclareDatamodelEntryfields[movie,misc,video]{ duration, @@ -35,4 +42,4 @@ scriptwriter, actor} -\DeclareDatamodelConstant[type=list]{nameparts}{prefix,family,suffix,given,trueprefix,truefamily,truesuffix,truegiven} +\DeclareDatamodelConstant[type=list]{nameparts}{prefix,family,suffix,given,trueprefix,truefamily,truesuffix,truegiven}
\ No newline at end of file |