lib/texinputs/pdfsetup.sty
author wenzelm
Sun, 21 May 2017 23:41:46 +0200
changeset 65895 744878d72021
parent 64401 7c780152985b
permissions -rw-r--r--
more general workaround for failed sessions (again, see also 2edb89630a80, ed7b5cd3a7f2);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7736
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     1
%%
26915
f086011617b0 removed obsolete \ifpdfoutput;
wenzelm
parents: 26909
diff changeset
     2
%% default hyperref setup (both for pdf and dvi output)
7736
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     3
%%
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     4
26909
f42d638c5f07 load color/hyperref unconditionally;
wenzelm
parents: 17725
diff changeset
     5
\usepackage{color}
f42d638c5f07 load color/hyperref unconditionally;
wenzelm
parents: 17725
diff changeset
     6
\definecolor{linkcolor}{rgb}{0,0,0.5}
64401
7c780152985b pagecolor no longer exists;
wenzelm
parents: 29145
diff changeset
     7
\usepackage[colorlinks=true,linkcolor=linkcolor,citecolor=linkcolor,filecolor=linkcolor,urlcolor=linkcolor,pdfpagelabels]{hyperref}