Skip to content

Commit af1a81f

Browse files
committed
feat: add hyper links
1 parent 79ecb56 commit af1a81f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mqc.sty

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
4242
%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
4343
%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
44+
\usepackage{hyperref}
45+
\hypersetup{
46+
colorlinks = true,
47+
linkcolor = black,
48+
}
4449

4550
%%% END Article customizations
4651

0 commit comments

Comments
 (0)