How do I reduce the bottom margin size for the page? #53
-
I want to make the bottom margin a bit narrower. How would I achieve this? Thank in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
Pseudomanifold
Jul 17, 2024
Replies: 1 comment 4 replies
-
The easiest thing would be to use the
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tabreturn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest thing would be to use the
geometry
package:usegeometry
to the main options of the classgeometry
with thebottom
option, for instance:\usepackage[bottom = 1cm]{geometry}