We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fe289 commit 35d3ffaCopy full SHA for 35d3ffa
manual/ebmb.tex
@@ -10,11 +10,10 @@
10
\usepackage[T1]{fontenc}
11
12
\usepackage[labelfont=bf]{caption}
13
-\usepackage[colorlinks, allcolors=darkblue]{hyperref}
14
15
\usepackage{mathtools, xcolor}
16
17
-\definecolor{darkblue}{rgb}{0, 0, 0.5}
+\usepackage[hidelinks]{hyperref}
18
19
\def\bottomfraction{0.9}
20
@@ -42,8 +41,8 @@
42
41
43
\def\stack#1#2#3{\begin{tabular}{@{}#1@{}}#2\\#3\end{tabular}}
44
45
-\def\dummy#1{\textcolor{darkblue}{$\langle$#1$\rangle$}}
46
-\def\dtype#1{\textcolor{darkblue}{\textsc{#1}}}
+\def\dummy#1{\textcolor{darkgray}{$\langle$#1$\rangle$}}
+\def\dtype#1{\textcolor{darkgray}{\textsc{#1}}}
47
48
\def\headline#1{\section*{%
49
\normalsize\normalfont%
0 commit comments