texの目次にリンクを貼る

http://tex.stackexchange.com/questions/73862/how-can-i-make-a-clickable-table-of-contents

\usepackage{color}   %May be necessary if you want to color links
\usepackage{hyperref}
\hypersetup{
    colorlinks=true, %set true if you want colored links
    linktoc=all,     %set to all if you want both sections and subsections linked
    linkcolor=blue,  %choose some color if you want links to stand out
}

dvipdfmxのドライバに指定する
http://www.hnagata.net/archives/142

\usepackage[dvipdfmx]{hyperref}