Module Sebib.Format


module Format: sig .. end
The "-format" language.

type text_transformation = [ `composition of
text_transformation * text_transformation
| `latex
| `no
| `no_ws
| `xml ]
The possible transformations/sanitizations that can be done on the output.
val str : pattern:string ->
?transform_text:text_transformation ->
Sebib.Biblio.set -> string
Execute a pattern on a bibliography set with an optional transformation.
val help : string
The help message about the syntax of the format strings.