Skip to content

Commit

Permalink
visualize_dependencies (vd) now creates latex in landscape mode to sh…
Browse files Browse the repository at this point in the history
…ow long trees better
  • Loading branch information
aarneranta committed Dec 14, 2023
1 parent e11017a commit c218227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/haskell/PGF/VisualizeTree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c218227

Please sign in to comment.