Literate.LatexSourceThis modules weaves the source code and the legislative text together into a document that law professionals can understand.
val wrap_latex :
string list ->
Catala_utils.Global.backend_lang ->
Format.formatter ->
(Format.formatter -> unit) ->
unitUsage: wrap_latex source_files language fmt wrapped
Prints an LaTeX complete documùent structure around the wrapped content.
val ast_to_latex :
Catala_utils.Global.backend_lang ->
print_only_law:bool ->
Format.formatter ->
Surface.Ast.program ->
unit