equal
deleted
inserted
replaced
1 \usepackage{xcolor} |
1 %\usepackage{xcolor} |
2 %%\usepackage{fontspec} |
2 %%\usepackage{fontspec} |
3 \usepackage[sc]{mathpazo} |
3 \usepackage[sc]{mathpazo} |
4 \usepackage{fontspec} |
4 \usepackage{fontspec} |
5 \setmainfont[Ligatures=TeX]{Palatino Linotype} |
5 \setmainfont[Ligatures=TeX]{Palatino Linotype} |
6 \usepackage{amssymb} |
6 \usepackage{amssymb} |
7 \usepackage{amsmath} |
7 \usepackage{amsmath} |
8 \usepackage{menukeys} |
8 \usepackage{menukeys} |
9 \definecolor{darkblue}{rgb}{0,0,0.6} |
9 \definecolor{darkblue}{rgb}{0,0,0.6} |
10 \usepackage[colorlinks=true,urlcolor=darkblue,linkcolor=darkblue]{hyperref} |
10 \usepackage[colorlinks=true,urlcolor=darkblue,linkcolor=darkblue]{hyperref} |
|
11 \usepackage{marginnote} |
|
12 \usepackage{fontawesome5} |
11 |
13 |
12 %%% for regular expressions and values |
14 %%% for regular expressions and values |
13 \newcommand{\ZERO}{\mbox{\bf 0}} |
15 \newcommand{\ZERO}{\mbox{\bf 0}} |
14 \newcommand{\ONE}{\mbox{\bf 1}} |
16 \newcommand{\ONE}{\mbox{\bf 1}} |
15 \newcommand{\Left}{\textit{Left}} |
17 \newcommand{\Left}{\textit{Left}} |
20 |
22 |
21 %%% for trees |
23 %%% for trees |
22 %% http://anorien.csc.warwick.ac.uk/mirrors/CTAN/graphics/pgf/contrib/forest/forest.pdf |
24 %% http://anorien.csc.warwick.ac.uk/mirrors/CTAN/graphics/pgf/contrib/forest/forest.pdf |
23 |
25 |
24 |
26 |
|
27 %%% url pointers |
|
28 \newcommand{\here}[1]{\marginnote{\href{#1}{\faHandPointRight[regular]}}} |
|
29 \newcommand{\video}[1]{\marginnote{\href{#1}{\faFilm}}} |
|
30 \newcommand{\alert}{\reversemarginpar\marginpar{\mbox{}\hfill\textcolor{red}{\faExclamationTriangle}}} |
25 |
31 |
26 \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}} |
32 \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}} |
27 \newcommand{\defn}[1]{\textit{\textbf{#1}}} |
33 \newcommand{\defn}[1]{\textit{\textbf{#1}}} |
28 \newcommand{\dq}[1]{\mbox{\tt{"}}#1\mbox{\tt{"}}} |
34 \newcommand{\dq}[1]{\mbox{\tt{"}}#1\mbox{\tt{"}}} |
29 |
35 |