HaTeX
HaTeX copied to clipboard
Is there anyway to adjust page margins?
Its doesn't seem to be available as geometry option: http://hackage.haskell.org/package/HaTeX-3.22.2.0/docs/Text-LaTeX-Packages-Geometry.html
quick fix:
usepackage :: LaTeXC l => [l] -> PackageName -> l
usepackage [arbitrary options] geometry
What would the right solution for this be?