Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

ConTeXt-based hyperlinks.

Author Dave Jarvis <email>
Date 2014-09-17 10:57:07 GMT-0700
Commit c3f58023d0bfdc9507f9f44501a38d56d479b7b3
Parent 62dcb37
xml/tex/manual.pdf
Binary files differ
xml/tex/style/hyperlinks.tex
% Create hyperlink references within the document.
-\def\href#1#2{%
- \begingroup%
- \def\hyperlink{%
- \endgroup\goto{\color[WPexternal]{#1}}[url(%
- }%
- \expandafter\hyperlink#2)]%
+\define[2]\href{%
+ \expanded{%
+ \goto{\color[WPexternal]{#1}}[url(#2)]%
+ }%
}
Delta 4 lines added, 6 lines removed, 2-line decrease