如何使用 geometry 包减少 LaTeX 页面边距
要设置或减少页面边距(页面边框和文本之间的空白),你可以使用 geometry 包。
将所有边的边距设置为 2cm:
geometry_margin_example.tex
\usepackage[left=20mm, right=20mm, top=20mm, bottom=20mm]{geometry}要将仅左右边距设置为 2cm,使用
geometry_margin_lr_example.tex
\usepackage[left=20mm, right=20mm]{geometry}Check out similar posts by category:
LaTeX
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow