Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove margins #131

Open
superGold opened this issue Jul 2, 2021 · 1 comment
Open

Remove margins #131

superGold opened this issue Jul 2, 2021 · 1 comment

Comments

@superGold
Copy link

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

@michael-brade
Copy link
Owner

By creating the geometry.ls package 😆 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants