LaTeX.js icon indicating copy to clipboard operation
LaTeX.js copied to clipboard

Remove margins

Open superGold opened this issue 4 years ago • 1 comments

Great project - How goes one remove the margins please? Related alt: how does one load up the geometry package?

superGold avatar Jul 02 '21 07:07 superGold

By creating the geometry.ls package :laughing: Yeah, that's a TODO I guess. For now, raw LaTeX code works:

\setlength{\oddsidemargin}{-1in}
\setlength{\textwidth}{614pt}

But that would mean you won't see the margin notes. Or a hack (I don't know if this is what is supposed to happen :-p):

\setlength{\oddsidemargin}{-2in} % basically, anything smaller than -1in

Or you can modify the CSS directly.

michael-brade avatar Jul 02 '21 22:07 michael-brade