]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/TeXOutput.ml
initial support for LaTeX-defined notatopn
[helm.git] / matita / components / binaries / matex / TeXOutput.ml
index f92101c30738e4d5b4635d57489d8e833d4ad3da..f18b2b44abbf787f3d637bfa11b2ac9aa8d75e2f 100644 (file)
@@ -32,6 +32,7 @@ let rec out_item och = function
    | T.Text s  -> P.fprintf och "%s" (X.fold_string quote "" s)
    | T.Macro s -> P.fprintf och "\\%s%%\n" s
    | T.Group t -> P.fprintf och "{%a}%%\n" out_text t
+   | T.Note s  -> P.fprintf och "%% %s\n" s
 
 (* interface functions ******************************************************)