Add PhD thesis support in scriblib/bibtex.
This commit is contained in:
parent
ee8f881153
commit
f19be46ac4
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user