Add PhD thesis support in scriblib/bibtex.

This commit is contained in:
David Van Horn 2017-06-23 10:36:51 -04:00 committed by Vincent St-Amour
parent ee8f881153
commit f19be46ac4

View File

@ -471,6 +471,13 @@
#:date (raw-attr "year")
#:location (raw-attr "school")
#:url (raw-attr "url"))]
["phdthesis"
(make-bib #:title (raw-attr "title")
#:author (parse-author (raw-attr "author"))
#:date (raw-attr "year")
#:location (dissertation-location #:institution (raw-attr "school")
#:degree "PhD")
#:url (raw-attr "url"))]
["techreport"
(make-bib #:title (raw-attr "title")
#:author (parse-author (raw-attr "author"))