美文网首页
Latex目录

Latex目录

作者: Cabcab | 来源:发表于2018-05-19 18:14 被阅读0次

    插入目录

    \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目录

          本文链接:https://www.haomeiwen.com/subject/cadadftx.html