Latex目录

插入目录

\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}

你可能感兴趣的:(Latex目录)