Skip to content

Commit 35d3ffa

Browse files
committed
Decolor links in user manual
1 parent 25fe289 commit 35d3ffa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

manual/ebmb.tex

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
\usepackage[T1]{fontenc}
1111

1212
\usepackage[labelfont=bf]{caption}
13-
\usepackage[colorlinks, allcolors=darkblue]{hyperref}
1413

1514
\usepackage{mathtools, xcolor}
1615

17-
\definecolor{darkblue}{rgb}{0, 0, 0.5}
16+
\usepackage[hidelinks]{hyperref}
1817

1918
\def\bottomfraction{0.9}
2019

@@ -42,8 +41,8 @@
4241

4342
\def\stack#1#2#3{\begin{tabular}{@{}#1@{}}#2\\#3\end{tabular}}
4443

45-
\def\dummy#1{\textcolor{darkblue}{$\langle$#1$\rangle$}}
46-
\def\dtype#1{\textcolor{darkblue}{\textsc{#1}}}
44+
\def\dummy#1{\textcolor{darkgray}{$\langle$#1$\rangle$}}
45+
\def\dtype#1{\textcolor{darkgray}{\textsc{#1}}}
4746

4847
\def\headline#1{\section*{%
4948
\normalsize\normalfont%

0 commit comments

Comments
 (0)