Module Brzo_b0_latex.Bibdoi
Lists of DOIs and their resolution.
.bibdoi
files
val sexp : t -> B0_serialk_sexp.Sexp.t
sexp b
isb
's underlying s-expression.
val of_string : ?file:B0_std.Fpath.t -> string -> (t, string) Stdlib.result
of_string s
parses a.bibdoi
file froms
assuming it was read from filefile
(for error reporting, defaults toOs
.File.dash.
val to_bibtex : ?resolver:string -> B0_http.Httpr.t -> t -> (string, string) Stdlib.result
to_bibtex r ~resolver b
resolves the DOIs ofb
to bibtex entries usingresolver
(defaults toDoi.default_resolver
.