doc: improve teh table of contents to make it clickable
This commit is contained in:
parent
c4ba1eedb3
commit
32a2af28f2
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
||||||
\documentclass{article}
|
\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}
|
\begin{document}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue