图1
图二
上两图我编译的
图三
图四
下两图是原文,是我想改的格式。既 我想修改 Chiral Perturbation Theory 、A Pich 分别在奇数页,偶数页中,和 页码数字之间的距离
\documentclass[twoside]{article}
\usepackage{fancyhdr}
\pagenumbering{arabic}%设置页码格式,大写字母标页
\pagestyle{fancy}
\fancyhead{} % 初始化页眉
\fancyfoot{} % 初始化页脚
\fancyhead[OR]{ $Chiral Perturbation Theory$ \thepage}
\fancyhead[EL]{\thepage $A Pich$}
\renewcommand{\headrulewidth}{0pt}%分隔线宽度4磅
%\fancyhead[OR,EL]{\thepage}%改为0pt即可去掉页眉下面的横线
\usepackage[a4paper,left=20mm,right=20mm,top=15mm,bottom=25mm]{geometry}
\begin{document}
\newpage
\section{Introduction}
\setcounter{page}{1}
A simple example of effective field theory is provided by QED at very low energies,
\newpage
Lorentz and Parity invariance constrain the possible structures present in the effective Lagrangian:
\end{document}
我的问题是 ,我编译的 页码和内容的位置和原文不同,请问该怎么设置?谢谢
不好意思,是我没描述清楚,我想让页眉显示,页码同时 奇数页显示 A Pich,偶数页显示 Chiral Perturbation Theory,我编译后,页码的位置并没有在页面的两端处,而是在 里面一点。请问该怎么调整,谢谢
\textit{A Pich}
就行了。geometry
宏包设置页面尺寸,然后再设置页眉页脚。代码如下:
好的,谢谢指导。不好意思,这两天太忙了,没看论坛。我会一点一点的改。我想再请问一下。就是我想修改页眉处Chiral Perturbation Theory的位置,在第四张图中,它没有完全在页眉的左端,而是距离左页边距,有一定的距离。然后第三张图中,A Pich 并不是完全在页眉的右端,而是在左端,和页码 2 中间隔了一小段距离,总结下就是 如何调整 页眉处, Chiral Perturbation Theory、A Pich 分别和 奇数页,偶数页 页码数字之间的距离?
这上面的人都好牛逼
@u76861
\geometry
的设置必须先于 pagestyle。或者在
\geometry
背后紧接着使用\fancyhfoffset{0cm}
:这样才能正确设置页眉页脚的宽度。
大大dd
@u10307 你好 请问什么意思?