Latex目录

2018-05-19  本文已影响0人  Cabcab

插入目录

\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}
上一篇下一篇

猜你喜欢

热点阅读