Allow url field in bibtext (input and output).

This field is not officially supported, but many styles
can handle it (<https://www.bibtex.com/f/url-field/>),
and others will ignore it.

Closes #8287.
This commit is contained in:
John MacFarlane
2022-09-27 09:04:36 -07:00
parent 5849317bd3
commit e92f1a5ecf
+2
View File
@@ -179,6 +179,8 @@ writeBibtexString opts variant mblang ref =
, "type"
, "note"
, "annote"
, "url" -- not officially supported, but supported by
-- some styles (#8287)
]
valToInlines (TextVal t) = B.text t