1.去掉目录的超链接红框,在开头添加如下代码:
\hypersetup{colorlinks=true,linkcolor=black}
添加之后不知道为什么参考文献的绿框消失了,但是字变成了绿色,把参考文献的绿色字改为黑色字:
\usepackage[citecolor=black]{hyperref}
2.封面的设置在cfg文件内,目前我只知道可以通过 \vskip 设置间隔。cfg文件无法通过overleaf打开,只能下载之后用记事本修改再上传。
3.引理后直接引用参考文献,且不带小括号:
\newtheoremstyle{noparens}%
{}{}%
{\itshape}{}%
{\bfseries}{.}%
{ }%
{\thmname{#1}\thmnumber{ #2}\mdseries\thmnote{ #3}}
这其实是自定义定理形式的一串代码,具体规则如下,最后一句是声明:
\newtheoremstyle{theoremdd}% name of the style to be used
{\topsep}% measure of space to leave above the theorem. E.g.: 3pt
{\topsep}% measure of space to leave below the theorem. E.g.: 3pt
{\itshape}% name of font to use in the body of the theorem
{0pt}% measure of space to indent
{\bfseries}% name of head font
{. ---}% punctuation between head