1
0
forked from GitHub/gf-core

visualize_dependencies (vd) now creates latex in landscape mode to show long trees better

This commit is contained in:
Aarne Ranta
2023-12-14 11:56:11 +01:00
parent e11017abc0
commit c2182274df

View File

@@ -651,6 +651,7 @@ app macro arg = text "\\" <> text macro <> text "{" <> arg <> text "}"
latexDoc :: Doc -> Doc
latexDoc body =
vcat [text "\\documentclass{article}",
text "\\usepackage[a4paper,margin=0.5in,landscape]{geometry}",
text "\\usepackage[utf8]{inputenc}",
text "\\begin{document}",
body,