Brzo_b0_latex.DoiDOIs and their resolution.
default_resolver is the default resolver used to resolve DOIs. This is https://doi.org.
val pp : t B0_std.Fmt.tpp formats a DOI.
default_bib_format is the default bibliographic format. This is "application/x-bibtex; charset=utf-8"
val resolve_to_url :
?resolver:string ->
B0_http.Http_client.t ->
t ->
(string, string) Stdlib.resultresolve_to_url r ~resolver doi resolve doi with resolver to an URI with resolver (defaults to default_resolver).
val resolve_to_bib :
?format:string ->
?resolver:B0_std.Net.Url.t ->
B0_http.Http_client.t ->
t ->
(string, string) Stdlib.resultresolve_to_bib r ~resolver doi resolves doi to a bibliographic entry with resolver (defaults to default_resolver).