我有以下文件。感谢回答https://tex.stackexchange.com/a/272591/绝对文本高度为20厘米(文本高度+页脚+页眉=20cm)。
我希望左边距和右边距的大小完全相同,顶部和底部边距的大小也完全相同。
补充:底部和顶部应该相同,包括页眉和页脚。
\documentclass{book}
\usepackage{fancyhdr}
\usepackage{blindtext}
\usepackage[textwidth=12cm,textheight=20cm,includehead,includefoot]{geometry}
\begin{document}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[EL]{\thepage\ \ Title}
\fancyhead[OR]{text\ \ \thepage}
\blindtext[20]
\end{document}