答案1
加载 JHEP 的样式文件后,即在以下行之后
\usepackage{jheppub}
添加以下行:
\usepackage{xpatch}
\xpatchcmd\section{\large}{\Large}{}{}
%\xpatchcmd\subsection{\normalsize}{\normalsize}{}{}
%\xpatchcmd\subsubsection{\normalsize}{\normalsize}{}{}
此代码在所有章节标题中替换\large
。\Large
如果您还想更改子章节和子子章节的大小,请取消注释相应的行,并将第二行替换\normalsize
为新大小。
不要将字体大小添加\Large
到章节标题本身,因为这样大小命令将在章节标题使用的任何地方使用,包括在目录中。
例如,修改jhepexample.tex
(jhep 样式附带的示例文件)的前言如下
\usepackage{jheppub} % for details on the use of the package, please
% see the JHEP-author-manual
\usepackage{xpatch}
\xpatchcmd\section{\large}{\Large}{}{}
\usepackage[T1]{fontenc} % if needed
(无需修改任何其他内容!)。然后文档将像这样开始:
为了进行比较,以下是未修改的文档的输出: