From 412796f51a6c4e721018f37242013d62d7d82ad6 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Wed, 12 Nov 2014 12:15:04 +0100 Subject: 2014-11-12 11:58:00 --- tex/context/base/publ-imp-apa.lua | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'tex/context/base/publ-imp-apa.lua') diff --git a/tex/context/base/publ-imp-apa.lua b/tex/context/base/publ-imp-apa.lua index 3ee67f6d1..9b68fdc9b 100644 --- a/tex/context/base/publ-imp-apa.lua +++ b/tex/context/base/publ-imp-apa.lua @@ -181,7 +181,7 @@ categories.inbook = { "volume", "number", "series", "edition", "month", "address", - "note", "isbn", + "note", "isbn" }, } @@ -199,7 +199,7 @@ categories.booklet = { "subtitle", "type", "file", "address", "howpublished", - "note", "isbn", + "note", "isbn" }, } @@ -278,8 +278,22 @@ categories.thesis = { }, } -categories.mastersthesis = categories.thesis -categories.phdthesis = categories.thesis +categories.mastersthesis = { + required = { + "author", + "title", + "school", + "year" + }, + optional = { + "type", + "subtitle", "file", + "month", + "address", + "note" + }, +} +categories.phdthesis = categories.mastersthesis -- a report published by a school or other institution, usually numbered within a series. -- cgit v1.2.3