Daniel-Diaz / HaTeX

The Haskell LaTeX library.
BSD 3-Clause "New" or "Revised" License
199 stars 46 forks source link

Is there anyway to adjust page margins? #147

Open theolaurent opened 4 years ago

theolaurent commented 4 years ago

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

jorsn commented 4 years ago

quick fix:

usepackage :: LaTeXC l => [l] -> PackageName -> l
usepackage [arbitrary options] geometry
Daniel-Diaz commented 1 year ago

What would the right solution for this be?