summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-imp-apa.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-05 01:15:05 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-05 01:15:05 +0100
commit5de7c57d3703cadcde3287f20fa5e03aa175a8e1 (patch)
tree1a6348c62b79f95bca9e8f6bd4e9e49ef8bb4614 /tex/context/base/publ-imp-apa.lua
parentf001d9ba5954210bfe37144d6aff612260c754a7 (diff)
downloadcontext-5de7c57d3703cadcde3287f20fa5e03aa175a8e1.tar.gz
2015-01-05 00:16:00
Diffstat (limited to 'tex/context/base/publ-imp-apa.lua')
-rw-r--r--tex/context/base/publ-imp-apa.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/publ-imp-apa.lua b/tex/context/base/publ-imp-apa.lua
index fae461d81..a529c47ec 100644
--- a/tex/context/base/publ-imp-apa.lua
+++ b/tex/context/base/publ-imp-apa.lua
@@ -36,7 +36,7 @@ local specification = {
interpreter = "author",
composer = "author",
producer = "author",
- doi = "url",
+ doi = "url",
url = "url",
page = "pagenumber",
pages = "pagenumber",
@@ -98,6 +98,7 @@ local categories = specification.categories
categories.article = {
sets = {
author = { "author", "editor", "title" },
+ volume = { "volume", "number", "pages" },
doi = generic.doi,
isbn = { "issn" },
},
@@ -107,7 +108,7 @@ categories.article = {
optional = {
"year",
"subtitle", "type", "file",
- "journal", "volume", "number", "pages",
+ "journal", "volume",
"doi", "note", "isbn"
},
}
@@ -123,7 +124,7 @@ categories.magazine = {
},
optional = {
"subtitle", "type", "file",
- "volume", "number", "pages",
+ "volume",
"month", "day",
"doi", "note", "isbn"
},