Module Brzo_b0_latex.Doi
DOIs and their resolution.
val default_resolver : B0_http.Uri.tdefault_resolveris the default resolver used to resolve DOIs. This ishttps://doi.org.
val pp : t B0_std.Fmt.tppformats a DOI.
val default_bib_format : stringdefault_bib_formatis the default bibliographic format. This is "application/x-bibtex; charset=utf-8"
val resolve_to_uri : ?resolver:string -> B0_http.Httpr.t -> t -> (string, string) Stdlib.resultresolve_to_uri r ~resolver doiresolvedoiwithresolverto an URI withresolver(defaults todefault_resolver).
val resolve_to_bib : ?format:string -> ?resolver:B0_http.Uri.t -> B0_http.Httpr.t -> t -> (string, string) Stdlib.resultresolve_to_bib r ~resolver doiresolvesdoito a bibliographic entry withresolver(defaults todefault_resolver)