mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
WIP
This commit is contained in:
10
macros.tex
10
macros.tex
@@ -44,6 +44,8 @@
|
||||
\newcommand{\Effect}{\mathsf{Effect}}
|
||||
\newcommand{\Handler}{\mathsf{Handler}}
|
||||
|
||||
\newcommand{\ZeroType}{0}
|
||||
\newcommand{\UnitType}{1}
|
||||
\newcommand{\One}{1}
|
||||
\newcommand{\Int}{\mathsf{Int}}
|
||||
\newcommand{\Bool}{\mathsf{Bool}}
|
||||
@@ -84,6 +86,7 @@
|
||||
\newcommand{\tylab}[1]{\text{\scshape{T-#1}}}
|
||||
\newcommand{\mlab}[1]{\text{\scshape{M-#1}}}
|
||||
\newcommand{\siglab}[1]{\text{\scshape{Sig-#1}}}
|
||||
\newcommand{\rowlab}[1]{\textrm{\scshape{R-#1}}}
|
||||
|
||||
%%
|
||||
%% Lindley's array stuff.
|
||||
@@ -107,4 +110,9 @@
|
||||
\newcommand{\reason}[1]{\quad (\text{#1})}
|
||||
|
||||
|
||||
\newenvironment{smathpar}{\vspace{-3ex}\small\begin{mathpar}}{\end{mathpar}\normalsize\ignorespacesafterend}
|
||||
\newenvironment{smathpar}{\vspace{-3ex}\small\begin{mathpar}}{\end{mathpar}\normalsize\ignorespacesafterend}
|
||||
|
||||
%%
|
||||
%% Defined-as equality
|
||||
%%
|
||||
\newcommand{\defas}[0]{\mathrel{\overset{\makebox[0pt]{\mbox{\normalfont\tiny\text{def}}}}{=}}}
|
||||
Reference in New Issue
Block a user