Size: 675
Comment:
|
Size: 1084
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
=== Hyperref and Tikz Externalize === | === Tikz Externalize and Hyperref === |
Line 7: | Line 7: |
Line 8: | Line 9: |
\renewcommand{\hypersetup[1]}{} }{% \usepackage{hyperref} } \hypersetup{ colorlinks, % These are of course only example options. bookmarksnumbered, linkcolor={blue!50!black}, citecolor={blue!50!black}, \tikzifexternalizing{% |
|
Line 20: | Line 30: |
urlcolor={blue!50!black} } % \hypersetup{draft} % Remove the comment character for printing. |
Tikz Externalize and Hyperref
Tikz Externalize does not work well with Hyperref without some extra measures. In order to get around the problem, include the following lines in your preamble
\tikzifexternalizing{% \renewcommand{\hypersetup[1]}{} }{% \usepackage{hyperref} } \hypersetup{ colorlinks, % These are of course only example options. bookmarksnumbered, linkcolor={blue!50!black}, citecolor={blue!50!black}, \tikzifexternalizing{% \renewcommand{\hypersetup[1]}{} }{% \usepackage{hyperref} } \hypersetup{ colorlinks, % These are of course only example options. bookmarksnumbered, linkcolor={black}, citecolor={black}, urlcolor={blue!90!black} } % \hypersetup{draft} % Remove the comment character for printing. urlcolor={blue!50!black} } % \hypersetup{draft} % Remove the comment character for printing.