更改 Lundt 论文模板的标题大小

更改 Lundt 论文模板的标题大小

我正在使用Overleaf 上的 Lundt 论文模板我似乎找不到如何更改章节和标题的大小。此外,我希望章节和文本之间的间隙更小。有人能帮我吗?

这是序言中的一些代码。

\usepackage[hypcap=true,font={small,it}]{caption}

\captionsetup{belowskip=2pt,aboveskip=2pt}
\bibliographystyle{abbrvnat}

\renewcommand{\chaptername}{}
\renewcommand{\figureautorefname}{figure} % lower case default ref
\renewcommand{\tableautorefname}{table} % lower case default ref
\newcommand{\latex}{\LaTeX\xspace}
\newcommand{\mcite}[1]{\textcolor{mycolor}{\citeauthor{#1} (\citeyear{#1})}}
\newcommand{\hcite}[1]{(\textcolor{mycolor}{\citeauthor{#1}, \citeyear{#1}})}

%%%own preambles
\renewcommand\labelitemi{--}
\renewcommand{\title}{\chapter\title{\large}}

在此处输入图片描述

相关内容