diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/publ-imp-apa.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/publ-imp-apa.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/publ-imp-apa.lua b/Master/texmf-dist/tex/context/base/publ-imp-apa.lua index c5d2512fd50..1d894f261e1 100644 --- a/Master/texmf-dist/tex/context/base/publ-imp-apa.lua +++ b/Master/texmf-dist/tex/context/base/publ-imp-apa.lua @@ -432,10 +432,12 @@ categories.electronic = { categories.film = { sets = { doi = generic.doi, + author = { "producer", "director", }, }, required = { - "producer", "director", - "title", "year", + "author", + "title", + "year", "address", "publisher", -- aka studio }, optional = { |