summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-imp-apa.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-02 18:15:04 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-02 18:15:04 +0100
commita03b5b6d486d1e6d1935d028949edb67d8ec0f92 (patch)
treec9a4d54176f2a572c95f30a46a3486584599bc98 /tex/context/base/publ-imp-apa.lua
parent251de4727f03f142fdcbdd354a4a58dfffea877c (diff)
downloadcontext-a03b5b6d486d1e6d1935d028949edb67d8ec0f92.tar.gz
2014-11-02 17:29:00
Diffstat (limited to 'tex/context/base/publ-imp-apa.lua')
-rw-r--r--tex/context/base/publ-imp-apa.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/publ-imp-apa.lua b/tex/context/base/publ-imp-apa.lua
index 8ec46b76c..6d2bfdea4 100644
--- a/tex/context/base/publ-imp-apa.lua
+++ b/tex/context/base/publ-imp-apa.lua
@@ -11,7 +11,7 @@ return {
copyright = "ConTeXt development team",
categories = {
article = {
- required = { { "author", "editor" }, "title"},
+ required = { { "author", "editor" }, "title" },
optional = { "year", "type", "journal", "volume", "number", "pages", "url", "note", "doi" },
virtual = virtual,
author = authors,
@@ -30,7 +30,7 @@ return {
},
book = {
virtual = { "authoryear" },
- required = { { "author", "editor", "publisher" }, "title"},
+ required = { { "author", "editor", "publisher" }, "title" },
optional = { "year", "month", "day", "title", "type", "edition", "series", "volume", "number", "pages", "address", "publisher", "url", "note", "ISBN" },
virtual = virtual,
author = authors,