|
10 | 10 | \ProvideExpandableDocumentCommand{\KeywordsPlaintext}{}{\Keywords} |
11 | 11 |
|
12 | 12 | \hypersetup{ |
13 | | - linktoc=all, % whole entry in TOC is clickable link |
14 | | - pdfborder={0 0 0}, % to disable borders/frames around links |
15 | | - pdflinkmargin=1.0pt, % extra link area around the text box (default 1pt) |
16 | | - citebordercolor=CiteColor, |
17 | | - linkbordercolor=LinkColor, |
18 | | - urlbordercolor=UrlColor, |
19 | | - % PDF metadata |
20 | | - pdfauthor=\ThesisAuthorPlaintext, |
21 | | - pdftitle=\ThesisTitlePlaintext, |
22 | | - pdfsubject=\Subject, |
23 | | - pdfkeywords=\KeywordsPlaintext, |
24 | | - pdfcreator={LaTeX with hyperref, and biblatex/biber}, |
25 | | - pdfdisplaydoctitle, % https://tex.stackexchange.com/a/435434/120853 |
| 13 | + linktoc = all, % whole entry in TOC is clickable link |
| 14 | + colorlinks = true, % color links/references (if not using boxed variants provided by \Cref{...}) |
| 15 | + urlcolor = [rgb]{0.82,0.25,0.08}, % tweak the default URL color |
| 16 | + pdfborder = {0 0 0}, % to disable borders/frames around links (even when colorlinks=false) |
| 17 | + pdflinkmargin = 1.0pt, % extra link area around the text box (default 1pt) |
| 18 | + pdfdisplaydoctitle, % https://tex.stackexchange.com/a/435434/120853 |
| 19 | +} |
| 20 | +\hypersetup{ % PDF metadata |
| 21 | + pdfauthor = {\ThesisAuthorPlaintext}, |
| 22 | + pdftitle = {\ThesisTitlePlaintext}, |
| 23 | + pdfsubject = {\Subject}, |
| 24 | + pdfkeywords = {\KeywordsPlaintext}, |
| 25 | + pdfcreator = {LaTeX with hyperref, and biblatex/biber}, |
26 | 26 | } |
27 | 27 | \bookmarksetup{ |
28 | 28 | numbered, % include chapter/section numbers in PDF outline |
|
0 commit comments