hyperref
This commit is contained in:
parent
0b8c66b95a
commit
8f8f7c229c
|
@ -767,6 +767,16 @@ snippet image "Image" wA
|
|||
\end{figure} $0
|
||||
endsnippet
|
||||
|
||||
snippet tikzfig "Tikz Figure" wA
|
||||
\begin{figure}[${1:H}]
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
$2
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{figure} $0
|
||||
endsnippet
|
||||
|
||||
snippet plot "Plot" w
|
||||
\begin{figure}[$1]
|
||||
\centering
|
||||
|
|
|
@ -39,6 +39,14 @@
|
|||
\RequirePackage{parskip}
|
||||
\RequirePackage{algpseudocode}
|
||||
\RequirePackage{algorithm}
|
||||
\RequirePackage{hyperref}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
linkcolor=blue,
|
||||
filecolor=blue,
|
||||
urlcolor=blue,
|
||||
}
|
||||
|
||||
\pgfplotsset{
|
||||
compat=newest,
|
||||
|
|
Loading…
Reference in New Issue
Block a user