diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx index f2e5ac49dab..eb03c4f5b16 100644 --- a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.dbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Simon Spiegel +%% Copyright 2015 Simon Spiegel %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -16,15 +16,18 @@ %% -\ProvidesFile{fiwi.dbx}[2014/01/10 1.2e film studies bibliography style data model] +\ProvidesFile{fiwi.dbx}[2015/06/30 1.3 film studies bibliography style data model] \RequireBiber[3] \DeclareDatamodelFields[type=field, datatype=literal]{parttitle} +\DeclareDatamodelFields[type=field, datatype=literal]{duration} +\DeclareDatamodelFields[type=field, datatype=literal]{durationtype} \DeclareDatamodelFields[type=list, datatype=name]{director} \DeclareDatamodelFields[type=list, datatype=name]{scriptwriter} \DeclareDatamodelFields[type=list, datatype=name]{actor} +\DeclareDatamodelEntryfields[movie,misc,video]{duration,durationtype} \DeclareDatamodelEntryfields[movie,misc,video]{director} \DeclareDatamodelEntryfields[movie,misc,video]{scriptwriter} \DeclareDatamodelEntryfields[movie,misc,video]{actor} |