March 2011
Beginner
336 pages
7h 42m
English
We shall pass options to hyperref affecting the way hyperlinks are emphasized:
preamble.tex again. This time, specify the options for hyperref:\usepackage[colorlinks=true,linkcolor=red]{hyperref}equations.tex, and compile it twice. The table of contents is changed:
Instead of frames, we now got a red color for emphasized links. The color can be seen in a printed document.
hyperref offers ways to set up the options. The first one we used is:
\usepackage[key=value list]{hyperref}Alternatively, we could just write \usepackage{hyperref} ...
Read now
Unlock full access