Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Operations to identify Bracetax commands, and "parse" their arguments.
val list_style :
(Bracetax_error.message -> unit) ->
string ->
[> `itemize | `numbered ]
val image_params :
?img_hook:(string -> string) ->
(Bracetax_error.message -> unit) ->
string list ->
string * Stack.image_size * string
Get the parameters of an "image", the path (optinally treated by img_hook
), the size specification, and the label (the path and the label may be ""
).