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

AMS: Template does not allow author to customize page margins #35

Open
jamesrswift opened this issue May 30, 2024 · 2 comments
Open

AMS: Template does not allow author to customize page margins #35

jamesrswift opened this issue May 30, 2024 · 2 comments

Comments

@jamesrswift
Copy link

margin: if paper-size != "a4" {
(
top: (116pt / 279mm) * 100%,
left: (126pt / 216mm) * 100%,
right: (128pt / 216mm) * 100%,
bottom: (94pt / 279mm) * 100%,
)
} else {
(
top: 117pt,
left: 118pt,
right: 119pt,
bottom: 96pt,
)
},

@laurmaedje
Copy link
Member

Isn't this all mandated by AMS anyway?

@zatkins-dev
Copy link

Yes, but some of us would like to use this as the base for general documents, like we would with the amsart document class in LaTeX.

If you try to set the margins after the #show: ams-article.with(...), then the document will start on the second page, which is not at all desirable.

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

3 participants