We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project - How goes one remove the margins please? Related alt: how does one load up the geometry package?
The text was updated successfully, but these errors were encountered:
By creating the geometry.ls package 😆 Yeah, that's a TODO I guess. For now, raw LaTeX code works:
geometry.ls
\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.
Sorry, something went wrong.
No branches or pull requests
Great project - How goes one remove the margins please?
Related alt: how does one load up the geometry package?
The text was updated successfully, but these errors were encountered: