diff options
| -rw-r--r-- | generic.tex | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/generic.tex b/generic.tex index b828afd..e4a438c 100644 --- a/generic.tex +++ b/generic.tex @@ -1,5 +1,7 @@  % Generic format file pulled out from format.tex +\input color %blue links! +  %% Links  \def\link#1{%    \pdfstartlink @@ -10,7 +12,7 @@        /S /URI        /URI (#1)      >>}% -    {\it #1}% +    {\it \color{blue} #1}%    \pdfendlink  }  | 
