author | Christian Urban <christian.urban@kcl.ac.uk> |
Fri, 28 Aug 2020 16:54:49 +0100 | |
changeset 341 | e9d5287c3107 |
parent 335 | 7e00d2b13b04 |
child 343 | c8fcc0e0a57f |
permissions | -rw-r--r-- |
335 | 1 |
%\usepackage{xcolor} |
123 | 2 |
%%\usepackage{fontspec} |
27 | 3 |
\usepackage[sc]{mathpazo} |
4 |
\usepackage{fontspec} |
|
5 |
\setmainfont[Ligatures=TeX]{Palatino Linotype} |
|
6 |
\usepackage{amssymb} |
|
7 |
\usepackage{amsmath} |
|
123 | 8 |
\usepackage{menukeys} |
27 | 9 |
\definecolor{darkblue}{rgb}{0,0,0.6} |
10 |
\usepackage[colorlinks=true,urlcolor=darkblue,linkcolor=darkblue]{hyperref} |
|
335 | 11 |
\usepackage{marginnote} |
12 |
\usepackage{fontawesome5} |
|
27 | 13 |
|
123 | 14 |
%%% for regular expressions and values |
62 | 15 |
\newcommand{\ZERO}{\mbox{\bf 0}} |
16 |
\newcommand{\ONE}{\mbox{\bf 1}} |
|
17 |
\newcommand{\Left}{\textit{Left}} |
|
18 |
\newcommand{\Der}{\textit{Der}} |
|
19 |
\newcommand{\der}{\textit{der}} |
|
20 |
\newcommand{\Ders}{\textit{Ders}} |
|
21 |
\newcommand{\ders}{\textit{ders}} |
|
22 |
||
27 | 23 |
%%% for trees |
24 |
%% http://anorien.csc.warwick.ac.uk/mirrors/CTAN/graphics/pgf/contrib/forest/forest.pdf |
|
25 |
||
123 | 26 |
|
335 | 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}}} |
|
123 | 31 |
|
27 | 32 |
\newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}} |
33 |
\newcommand{\defn}[1]{\textit{\textbf{#1}}} |
|
34 |
\newcommand{\dq}[1]{\mbox{\tt{"}}#1\mbox{\tt{"}}} |
|
35 |
||
36 |
\definecolor{codegray}{gray}{0.9} |
|
37 |
||
38 |
\makeatletter |
|
39 |
\def\fnote{\gdef\@thefnmark{}\@footnotetext} |
|
40 |
\makeatother |
|
41 |
||
252
a9d84442fb65
added stub for cws dates
Christian Urban <urbanc@in.tum.de>
parents:
123
diff
changeset
|
42 |
% CW deadlines |
305 | 43 |
\def\cwSIX{13 November} |
281 | 44 |
\def\cwSIXa{15 January} |
252
a9d84442fb65
added stub for cws dates
Christian Urban <urbanc@in.tum.de>
parents:
123
diff
changeset
|
45 |
|
305 | 46 |
\def\cwSEVEN{20 November} |
281 | 47 |
\def\cwSEVENa{15 January} |
123 | 48 |
|
305 | 49 |
\def\cwEIGHT{27 November} |
281 | 50 |
\def\cwEIGHTa{15 January} |
123 | 51 |
|
281 | 52 |
\def\cwNINE{5 December} |
53 |
\def\cwNINEa{15 January} |
|
123 | 54 |
|
281 | 55 |
\def\cwTEN{15 January} |
56 |
\def\cwTENa{15 January} |
|
252
a9d84442fb65
added stub for cws dates
Christian Urban <urbanc@in.tum.de>
parents:
123
diff
changeset
|
57 |