目录页中的数字位置错误

目录页中的数字位置错误

图片来自目录

请查看页面并尝试找到解决方案

\documentclass[10pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{gensymb}
\usepackage{multicol}
\usepackage[title,page]{appendix}
\usepackage{tocloft}
\setlength{\cftbeforesecskip}{12pt}
\usepackage[width=16.00cm, height=23.00cm]{geometry}
\begin{document}    
    \title{{\huge \textbf{Design and Implementation of Hardware Scheduler in 32nm }}}
    \date{\hspace*{30pt}June,2015}
    \maketitle
    \newpage
    \tableofcontents
    \thispagestyle{empty}
    \section*{{\\\\\\\\\huge \textbf{Team Members}}}
    \begin{abstract}
    \end{abstract}
    \newpage
    \section*{{\LARGE Acknowledgment\\}}
    \newpage
    \thispagestyle{empty}
    \clearpage
    \tableofcontents
    \listoffigures
    \chapter{ {\huge VLSI}}
    \section{ {\LARGE What's VLSI}}
    \section{{\LARGE History of VLSI}}
    \section{{\LARGE integrated circuits}}
    \section{{\LARGE Hardware Description Language}}
     \subsection{{\Large VDL\\}}
     \subsection{{\Large Verilog}\\}
\section{{\LARGE WHAT IS AN ASIC}\\}
\section{{\LARGE OVERVIEW OF ASIC FLOW} \\ }
\chapter{{\huge LLF algorithm }}
\section{{\LARGE Scheduling}}
\section{{\LARGE LLF algorithm\\}}
\end{document}

这个错误我无法解决,请帮助我,我不知道为什么这个页面的编号出现在名称下

相关内容