This commit is contained in:
Louis Gesbert 2024-02-16 16:12:35 +01:00
parent 5f7fca0fe6
commit f09edf443e

View File

@ -282,7 +282,7 @@ let rec law_structure_to_latex
match alias with
| None -> Format.fprintf fmt "}"
| Some al ->
Format.fprintf fmt " under the name \texttt{%s}"
Format.fprintf fmt " under the name \texttt{%s}}"
(pre_latexify (Mark.remove al)))
| A.LawText t -> Format.fprintf fmt "%s" (pre_latexify t)
| A.CodeBlock (_, c, false) when not print_only_law ->