mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
Dynamic semantics.
This commit is contained in:
10
macros.tex
10
macros.tex
@@ -72,6 +72,10 @@
|
||||
|
||||
\newcommand{\FTV}{\ensuremath{\mathrm{FTV}}}
|
||||
|
||||
\newcommand{\reducesto}[0]{\ensuremath{\leadsto}}
|
||||
\newcommand{\stepsto}[0]{\ensuremath{\longrightarrow}}
|
||||
\newcommand{\EC}{\ensuremath{\mathcal{E}}}
|
||||
|
||||
%% Handler projections.
|
||||
\newcommand{\hret}{H^{\mathrm{val}}}
|
||||
\newcommand{\hval}{\hret}
|
||||
@@ -87,9 +91,9 @@
|
||||
%% Labels
|
||||
%%
|
||||
\newcommand{\slab}[1]{\textrm{#1}}
|
||||
\newcommand{\klab}[1]{\text{\scshape{K-#1}}}
|
||||
\newcommand{\semlab}[1]{\text{\scshape{S-#1}}}
|
||||
\newcommand{\tylab}[1]{\text{\scshape{T-#1}}}
|
||||
\newcommand{\klab}[1]{\textrm{K-#1}}
|
||||
\newcommand{\semlab}[1]{\textrm{S-#1}}
|
||||
\newcommand{\tylab}[1]{\textrm{T-#1}}
|
||||
\newcommand{\mlab}[1]{\text{\scshape{M-#1}}}
|
||||
\newcommand{\siglab}[1]{\text{\scshape{Sig-#1}}}
|
||||
\newcommand{\rowlab}[1]{\text{\scshape{R-#1}}}
|
||||
|
||||
Reference in New Issue
Block a user