| author | Christian Urban <christian dot urban at kcl dot ac dot uk> | 
| Wed, 25 Jan 2017 14:51:09 +0000 | |
| changeset 106 | f4cd56d9cd4f | 
| parent 62 | 2151c77e1e24 | 
| child 123 | 006f71e905a1 | 
| permissions | -rw-r--r-- | 
| 27 | 1 | \usepackage{xcolor}
 | 
| 2 | \usepackage[sc]{mathpazo}
 | |
| 3 | \usepackage{fontspec}
 | |
| 4 | \setmainfont[Ligatures=TeX]{Palatino Linotype}
 | |
| 5 | \usepackage{amssymb}
 | |
| 6 | \usepackage{amsmath}
 | |
| 42 
a5106bc13db6
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
27diff
changeset | 7 | %%\usepackage{menukeys}
 | 
| 
a5106bc13db6
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
27diff
changeset | 8 | |
| 27 | 9 | \definecolor{darkblue}{rgb}{0,0,0.6}
 | 
| 10 | \usepackage[colorlinks=true,urlcolor=darkblue,linkcolor=darkblue]{hyperref}
 | |
| 11 | ||
| 62 | 12 | \newcommand{\ZERO}{\mbox{\bf 0}}
 | 
| 13 | \newcommand{\ONE}{\mbox{\bf 1}}
 | |
| 14 | \newcommand{\Left}{\textit{Left}}
 | |
| 15 | \newcommand{\Der}{\textit{Der}}
 | |
| 16 | \newcommand{\der}{\textit{der}}
 | |
| 17 | \newcommand{\Ders}{\textit{Ders}}
 | |
| 18 | \newcommand{\ders}{\textit{ders}}
 | |
| 19 | ||
| 27 | 20 | %%% for trees | 
| 21 | %% http://anorien.csc.warwick.ac.uk/mirrors/CTAN/graphics/pgf/contrib/forest/forest.pdf | |
| 22 | ||
| 23 | \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}}
 | |
| 24 | \newcommand{\defn}[1]{\textit{\textbf{#1}}}
 | |
| 25 | \newcommand{\dq}[1]{\mbox{\tt{"}}#1\mbox{\tt{"}}}
 | |
| 26 | ||
| 27 | \definecolor{codegray}{gray}{0.9}
 | |
| 28 | ||
| 29 | \makeatletter | |
| 30 | \def\fnote{\gdef\@thefnmark{}\@footnotetext}
 | |
| 31 | \makeatother | |
| 32 |