空白空白 发表于 2016-2-1 08:08

求助!!!LaTeX中怎么设置或者改变目录和眉页数的颜色?

我的程序编译出来目录的颜色是红色的,眉页上页的总数也是红色的。我下的是模板,现在也不知道怎么办了~~
这是目录设置:
\usepackage{titletoc}
\titlecontents{section}   
{\vspace{.2\baselineskip}\bfseries}
{\normalsize{\thecontentslabel}~\hspace{.5em}} {}
{\dotfill\contentspage[{\makebox{\thecontentspage}}]}
[\vspace{.1\baselineskip}]
\dottedcontents{section}{\large}{2.0em}{4pt}
\dottedcontents{subsection}{\normalsize}{2.0em}{4pt}

眉页设置:
\usepackage{fancyhdr}
\pagestyle{fancy} \rhead{Page \thepage\ of \pageref{LastPage}}
\chead{} \lhead{Team \footnotesize{\#}111111}
\cfoot{\thepage}%%% team control number as package option    @@ 修改队号
\rfoot{}
\renewcommand{\headrulewidth}{0pt}


页: [1]
查看完整版本: 求助!!!LaTeX中怎么设置或者改变目录和眉页数的颜色?