diff options
author | Franciszek Malinka <franciszek.malinka@gmail.com> | 2022-08-24 22:33:02 +0200 |
---|---|---|
committer | Franciszek Malinka <franciszek.malinka@gmail.com> | 2022-08-24 22:33:02 +0200 |
commit | acbf6fc1dbd122d5788ac018c90dc2d928a8a3b3 (patch) | |
tree | b572eefd75913d7b83789216832a1066cfed8c8e /lic_malinka.tex | |
parent | af08209bb6f9fc9f3c293aed0b35649160174b34 (diff) |
More examples
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}
|