Open
Description
Format
is a synonym for String
. User have to look at the source code to find out right values for this type. (It can be "html"
or "Html"
or "latex"
or "LaTeX"
or "tex"
). It's not clear wich from the docs alone. Maybe it's better to define a new data type:
data Format = FormatHtml | FormatTex | ...