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

Idiomatic way to turn off page headers and footers? #40

Closed
ornamentist opened this issue May 12, 2018 · 6 comments
Closed

Idiomatic way to turn off page headers and footers? #40

ornamentist opened this issue May 12, 2018 · 6 comments

Comments

@ornamentist
Copy link

Thanks for creating this template -- the resulting PDF documents are excellent.

Is there an idiomatic way to turn off page headers and footers in the resulting LaTeX/PDF? (This is for a smallish, special-purpose document).

@Wandmalfarbe
Copy link
Owner

I may add a way to disable headers and footers in the future. For now you need to remove all lines including 641 to 652.

@ornamentist
Copy link
Author

Thanks, that's a useful workaround.

@zareami10
Copy link

It would be nice if we could disable headers/footers separately.

@Iksas
Copy link

Iksas commented Sep 12, 2021

All headers and footers can be disabled separately by setting them to "\\\ " :

header-right: "\\\ "
footer-left: "\\\ "
...and so on

@neilernst
Copy link

please document @Iksas comment in the main docs - took forever to find this (tried "", false, no, " " etc)

All headers and footers can be disabled separately by setting them to "\\\ " :

header-right: "\\\ " footer-left: "\\\ " ...and so on

@GregoryKogan
Copy link

As I mentioned in this issue it's possible to completely remove footers by setting footskip to something relatively larger than bottom margin and for headers setting headsep to something larger than top margin. This will push footers/headers out of the page.

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

No branches or pull requests

6 participants