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[]{}

相關內容