Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99c0500

Browse filesBrowse files
feat: clickable toc in pdf
1 parent fdc8612 commit 99c0500
Copy full SHA for 99c0500

File tree

5 files changed

+10
-0
lines changed
Filter options

5 files changed

+10
-0
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ build.sh
2525
*.fdb_latexmk
2626
*.fls
2727
*.log
28+
*.out
2829
*.synctex.gz
2930
*.toc

‎ebook/python-snippets.epub

Copy file name to clipboard
-3 Bytes
Binary file not shown.

‎ebook/python-snippets.mobi

Copy file name to clipboard
0 Bytes
Binary file not shown.

‎ebook/python-snippets.pdf

Copy file name to clipboard
11.4 KB
Binary file not shown.

‎ebook/python-snippets.tex

Copy file name to clipboardExpand all lines: ebook/python-snippets.tex
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
showstringspaces=false %
3131
}
3232

33+
\usepackage{hyperref}
34+
\hypersetup{
35+
colorlinks,
36+
citecolor=black,
37+
filecolor=black,
38+
linkcolor=black,
39+
urlcolor=black
40+
}
41+
3342
\setcounter{tocdepth}{5}
3443
\setcounter{secnumdepth}{5}
3544

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.