summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/publ-imp-apa.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-08-24 20:15:46 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-08-24 20:15:46 +0200
commit9c25133c75ad4c533cd66a26243173de11ee461b (patch)
treee73042a06ef733736a25f1f297d10ffe6ff23d2f /tex/context/base/mkiv/publ-imp-apa.lua
parent7fbe8caaed88379118eb18afea42c0d75297fdca (diff)
downloadcontext-9c25133c75ad4c533cd66a26243173de11ee461b.tar.gz
2017-08-24 19:52:00
Diffstat (limited to 'tex/context/base/mkiv/publ-imp-apa.lua')
-rw-r--r--tex/context/base/mkiv/publ-imp-apa.lua13
1 files changed, 10 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/publ-imp-apa.lua b/tex/context/base/mkiv/publ-imp-apa.lua
index 79686447d..65dee0717 100644
--- a/tex/context/base/mkiv/publ-imp-apa.lua
+++ b/tex/context/base/mkiv/publ-imp-apa.lua
@@ -84,11 +84,11 @@ local categories = specification.categories
categories.article = {
sets = {
- author = { "author", "editor", "title" },
+ author = { "author", "organization", "editor", "title" },
doi = generic.doi,
},
required = {
- "author"
+ "author", -- a set
},
optional = {
"withauthor", "translator",
@@ -96,6 +96,13 @@ categories.article = {
"subtitle", "type", "file",
"journal", "volume", "number", "pages",
"doi", "note",
+ -- APA ignores this:
+ --
+ -- "month",
+ --
+ -- fields defined in jabref but presently ignored:
+ --
+ -- "issn",
},
}
@@ -183,7 +190,7 @@ categories.book = {
categories.inbook = {
sets = {
- author = { "author", "editor", "publisher", "title", },
+ author = { "author", "organization", "editor", "publisher", "title", },
ineditor = { "editor" },
editionset = generic.editionset,
doi = generic.doi,