LaTeX link style hiding in toc is no longer needed

Unfortunately, I forget why/the details.
This commit is contained in:
TEC 2024-03-21 23:48:00 +08:00
parent 8020bd1052
commit aa91fbf545
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 0 additions and 3 deletions

View File

@ -11247,9 +11247,6 @@ The =hyperref= setup needs to be handled separately however.
citecolor=cite
}
\urlstyle{same}
%% hide links styles in toc
\NewCommandCopy{\oldtoc}{\tableofcontents}
\renewcommand{\tableofcontents}{\begingroup\hypersetup{hidelinks}\oldtoc\endgroup}
#+end_src
**** A cleverer preamble