罗马/阿拉伯数字的问题

罗马/阿拉伯数字的问题

我对摘要编号有疑问。我将本章与致谢放在目录之前。目录、表格/图片列表、致谢都使用罗马数字编号。但是,当我看到摘要时,第一页仍然是罗马数字,第二页是正常数字。我不知道为什么,也不知道该如何修复,所以任何帮助都将不胜感激。

PS 使用 Texmaker

\documentclass[a4paper]{report}
\renewcommand{\baselinestretch}{1.66}
\usepackage{graphicx}
\usepackage{helvet}
\usepackage{pdflscape}
\usepackage{rotating}
\usepackage{booktabs}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[top=2cm, bottom=2cm, left=30mm, right=30mm]{geometry}
\usepackage{amsmath}
\usepackage{array}
\usepackage{epstopdf}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage[section] {placeins}
\usepackage{chngpage}
\usepackage{natbib}
\usepackage{textcomp}
\usepackage{textgreek}
\usepackage{units}
\usepackage{wasysym}
\usepackage{longtable}
\usepackage[titletoc]{appendix}

\begin{document}
\begin{titlepage}
...
\end{titlepage}
\pagenumbering{roman}
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents

\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures

\addcontentsline{toc}{chapter}{List of Tables}
\listoftables

\addcontentsline{toc}{chapter}{Acknowledgements}
\chapter*{Acknowledgements}
...

\addcontentsline{toc}{chapter}{Abstract}
\chapter*{Abstract}
Some bollocks I hope my supervisor will believe

\pagenumbering{arabic}
\include{Insertchapternamehere}
\include{Insertchapternamehere}
\end{document}

相关内容