diff options
Diffstat (limited to 'lic_malinka.tex')
-rw-r--r-- | lic_malinka.tex | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lic_malinka.tex b/lic_malinka.tex index 47e1499..ed73de7 100644 --- a/lic_malinka.tex +++ b/lic_malinka.tex @@ -29,12 +29,18 @@ \usepackage{etoolbox}
\usepackage{xcolor}
-\definecolor{green}{RGB}{0,127,0}
-\definecolor{redd}{RGB}{191,0,0}
-
-\definecolor{red}{RGB}{105,89,205}
\usepackage[colorlinks=true]{hyperref}
-
+\hypersetup{
+ colorlinks,
+ linkcolor={red!50!black},
+ citecolor={blue!50!black},
+ urlcolor={blue!80!black}
+}
+% \definecolor{green}{RGB}{0,127,0}
+% \definecolor{redd}{RGB}{191,0,0}
+%
+% \definecolor{red}{RGB}{105,89,205}
+%
\usepackage[notref, notcite]{showkeys}
\usepackage[cmtip,arrow]{xy}
@@ -62,6 +68,7 @@ \newcommand{\bQ}{\mathbb Q}
\newcommand{\cK}{\mathcal K}
\newcommand{\cL}{\mathcal L}
+\newcommand{\cT}{\mathcal T}
\newcommand{\FrAut}{\Pi}
\newcommand{\FrGr}{\Gamma}
|