Skip to content

Commit

Permalink
hyperref with hidelinks option implemented
Browse files Browse the repository at this point in the history
hyperref with hidelinks option implemented for better cross-referencing inside the document
  • Loading branch information
yonghoonlee authored Dec 9, 2023
1 parent aeaf3bd commit 1a388de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@

\usepackage{notoccite} % Correct order of cites used in titles or figure captions with the number they should have in the main text.
\usepackage{cite} % Make multiple cites short: in the form of [1--3] instead of [1, 2, 3].
\usepackage{graphicx} %
\usepackage{graphicx} % Extensions to the includegraphics
\usepackage[hidelinks]{hyperref} % Hyperlinks in the document
\usepackage{booktabs} % Professionally-looking tabular horizontal lines: \toprule, \midrule, \cmidrule{}, and \bottomrule
\usepackage{amsmath} % AMS mathematical typesetting
\usepackage{lipsum} % Disable lipsum package once you replace the Lorem Ipsum with your own content
Expand Down

0 comments on commit 1a388de

Please sign in to comment.