You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I really like this template, but I'm having an issue with the headers and footers.
In my case, I need a header but not a footer. However, the disable-header-and-footer option turns off both, and I haven't found a way to turn off just the footer.
I attempted a solution from this issue, setting footer-left and footer-right to "\\\ ". This, however, only partially resolves the problem. The footer is still there, it's just empty. I want to get rid of it completely.
I also tried to fix it by changing the margins, but that didn't work.
Is there a way to completely get rid of the footer while keeping the header?
UPD: I managed to remove footer by setting bottom margin to 0.4cm in metadata.yaml file:
UPD: SUCCESS!
After reading through geometry package documentation I found footskip and headsep options. To disable footers just set footskip to something relatively larger than bottom margin and to disable headers set headsep to something larger than top margin. This will push footers/headers out of the page. No footers
Hello! I really like this template, but I'm having an issue with the headers and footers.
In my case, I need a header but not a footer. However, the
disable-header-and-footer
option turns off both, and I haven't found a way to turn off just the footer.I attempted a solution from this issue, setting
footer-left
andfooter-right
to"\\\ "
. This, however, only partially resolves the problem. The footer is still there, it's just empty. I want to get rid of it completely.I also tried to fix it by changing the margins, but that didn't work.
Is there a way to completely get rid of the footer while keeping the header?
UPD: I managed to remove footer by setting bottom margin to 0.4cm in
metadata.yaml
file:But the result is looking very weird...
The text was updated successfully, but these errors were encountered: