summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--format.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/format.tex b/format.tex
index 67f362e..061366c 100644
--- a/format.tex
+++ b/format.tex
@@ -1,14 +1,15 @@
%% Links
-\def\link#1{%
+\input color
+\def\link#1#2{%
\pdfstartlink
user{/Subtype /Link
/Border [ 0 0 0 ]
/A <<
/Type /Action
/S /URI
- /URI (#1)
+ /URI (#2)
>>}%
- {\it #1}%
+ {\color{blue} #1}%
\pdfendlink
}