Skip to content

Commit

Permalink
Use colored hyperlinks instead of boxes and change link colors to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant-Chavan authored and alex-mitrevski committed Aug 6, 2019
1 parent 69cabec commit 678deb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mas_report.cls
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
\usepackage{multirow} % Required to enable merging of columns/rows in a table
\usepackage{rotating} % Required to display sideways tables/figures
\usepackage{hyperref} % Enable hyperlinks
\hypersetup{
colorlinks=true, % Use colored links instead of boxes
linkcolor=black, % Internal link color
citecolor=black, % Citations color
urlcolor=black % External url color
}


\usepackage{lipsum} % Used to test
Expand Down

0 comments on commit 678deb9

Please sign in to comment.