\url{}: For pdflatex, make the link active & make it blue. If anyone figures
out how to make the border go away completely, please let me know!
This commit is contained in:
parent
1931c0c961
commit
0c17d661e0
|
@ -313,14 +313,18 @@
|
||||||
\newcommand{\strong}[1]{{\bf #1}}
|
\newcommand{\strong}[1]{{\bf #1}}
|
||||||
% let's experiment with a new font:
|
% let's experiment with a new font:
|
||||||
\newcommand{\file}[1]{\mbox{`\small\textsf{#1}'}}
|
\newcommand{\file}[1]{\mbox{`\small\textsf{#1}'}}
|
||||||
%\@ifundefined{pdfannotlink}{%
|
\@ifundefined{pdfannotlink}{%
|
||||||
\newcommand{\url}[1]{\mbox{\small\textsf{#1}}}%
|
\newcommand{\url}[1]{\mbox{\small\textsf{#1}}}%
|
||||||
%}{
|
}{
|
||||||
% \newcommand{\url}[1]{{%
|
\input{pdfcolor}% this really isn't a package
|
||||||
% \pdfannotlink user{/S /URI /URI (#1)}%
|
\newcommand{\url}[1]{{%
|
||||||
% \mbox{\small\textsf{#1}}}}%
|
\pdfannotlink user{/C [1 1 1] /S /URI /URI (#1)}%
|
||||||
%}
|
\NavyBlue% color of the link text
|
||||||
\let\email=\url
|
\mbox{\small\textsf{#1}}%
|
||||||
|
\Black% Turn it back off; these are declarative
|
||||||
|
\pdfendlink}}% and don't appear bound to the current
|
||||||
|
}% formatting "box".
|
||||||
|
\let\email=\code
|
||||||
|
|
||||||
\newcommand{\varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
|
\newcommand{\varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue