I am using
Code: Select all
\usepackage[breaklinks]{hyperref}
Code: Select all
\hypersetup{
colorlinks=true,
citecolor=blue,
linkcolor=black,
urlcolor=blue
}
Now, I want to add red border around the link in toc and list-of-figure only. I used this:
Code: Select all
\hypersetup{
urlbordercolor=red,
linkbordercolor=red,
citebordercolor=red,
runbordercolor=red,
citebordercolor=red,
filebordercolor=red
}
I want to add one more question: how can I create the mirror text like title on the http://www.texniccenter.org/ web page? It looks like created by latex.
Thanks.