Literate.LatexThis 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 ->
  Stdlib.Format.formatter ->
  (Stdlib.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 ->
  Stdlib.Format.formatter ->
  Surface.Ast.program ->
  unit