doc: improve teh table of contents to make it clickable

This commit is contained in:
silver 2025-03-17 19:43:40 +00:00
parent c4ba1eedb3
commit 32a2af28f2
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -1,4 +1,14 @@
\documentclass{article}
\usepackage{hyperref}
% from https://tex.stackexchange.com/a/73866
\hypersetup{
%set true if you want colored links
colorlinks=true,
%set to all if you want both sections and subsections linked
linktoc=all,
%choose some color if you want links to stand out
linkcolor=black,
}
\begin{document}