Latex 文档中出现意外的第一页

Latex 文档中出现意外的第一页

我正在使用大学提供的 Latex 模板撰写论文。在这份 100 页的文档的最开始,我得到了一个非常奇怪的第一页。它似乎是“符号”章节的压缩形式,没有换行符。我还没搞清楚为什么要创建这个页面。你们能告诉我在哪里可以找到问题吗?

意外的第一页

以下是我的使用包:

\usepackage[nenglish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage[onehalfspacing]{setspace}
\usepackage{microtype}
\usepackage{csquotes}    %\enquote{text}FuerAnfuehrungszeichen
%\usepackage{subfigure}
\usepackage{acronym}
\usepackage[section]{placeins}
\usepackage{tabularx}
\usepackage{amssymb}
\usepackage{amstext}
\usepackage{amsfonts}
\usepackage{mathrsfs}
\usepackage{booktabs}
\usepackage{verbatim}
\usepackage{multirow}
\usepackage[intlimits]{amsmath}
\usepackage{booktabs}
\newcommand*\diff{\mathop{}\!\mathrm{d}}
\usepackage[headsepline,plainheadsepline]{scrlayer-scrpage} %[plainheadsepline]
\usepackage{listings}
\usepackage{listingsutf8}
\usepackage[squaren]{siunitx}
\usepackage{siunitx}
\usepackage{listofsymbols}
\lstset{breaklines=true,frame=single, language=Python, numbers=left,title=\lstname, basicstyle=\tiny    }

\usepackage{subfig}
\usepackage{caption}
\usepackage{float}
%\usepackage{subcaption}

我的设置:

\bibliographystyle{unsrt}
\SIunits[derived]

\pagestyle{scrheadings} 
\clearscrheadings
\ihead[\headmark] {\headmark}
\ohead[\pagemark] {\pagemark}
%renewcommand*{\chapterpagestyle}{\ihead[\headmark]{\headmark}, \ohead[\pagemark]{\pagemark}}
\cfoot[] {}
\automark[section]{chapter}
%\automark[subsection]{section}
%\chead[]{}

相关内容