插入目錄
\maketitle \tableofcontents
生成超鏈接
\usepackage{hyperref}
去掉紅框
\hypersetup{ colorlinks=true, linkcolor=black }
總體
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black
}
\begin{document}
\title{題目}
\author{你的名字}
\data{}
\maketitle \tableofcontents
………………
\end{document}