ENH make hyperlinks less loud
This commit is contained in:
parent
a74219bada
commit
81c03f4199
|
@ -21,6 +21,14 @@
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
|
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
|
linkcolor=black,
|
||||||
|
filecolor=black,
|
||||||
|
citecolor=black,
|
||||||
|
urlcolor=black,
|
||||||
|
}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% my attempt to make MATLAB code look pretty
|
% my attempt to make MATLAB code look pretty
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue