The package "geometry" does exact this job, it is often included as:
\usepackage{geometry}
To assign more flexibility on it, the following code could be applied:
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
Values for each space (top, bottom, left, right) could be configured by the user himself.
There are also other packages for spacing setting, for instance, "sectsty", "mdwlist" and etc, more reference could be found here.
没有评论:
发表评论