Skip to content
Snippets Groups Projects
Commit f13507e2 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Work-around for having not-too-ugly tables in LaTeX output

parent 18896e17
No related branches found
No related tags found
No related merge requests found
......@@ -601,6 +601,11 @@ let gen_report is_draft =
:: elements
else elements
in
let elements =
Raw "\\let\\underscore\\_" ::
Raw "\\renewcommand{\\_}{\\discretionary{\\underscore}{}{\\underscore}}" ::
elements
in
let doc = { title; authors; date; elements;} in
try
let out = open_out (Mdr_params.Output.get()) in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment