HaTeX icon indicating copy to clipboard operation
HaTeX copied to clipboard

Is there anyway to adjust page margins?

Open theolaurent opened this issue 4 years ago • 2 comments

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

theolaurent avatar Jun 06 '20 18:06 theolaurent

quick fix:

usepackage :: LaTeXC l => [l] -> PackageName -> l
usepackage [arbitrary options] geometry

jorsn avatar Jun 16 '20 11:06 jorsn

What would the right solution for this be?

Daniel-Diaz avatar Jan 10 '23 11:01 Daniel-Diaz