Skip to content

Commit

Permalink
formalism: Use underline instead of hat for zexp
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 10, 2023
1 parent 32409c3 commit 807ff96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formalism/symbols/untyped.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
% zippered types
%
\newcommand{\ZTMName}{{\normalfont\textsf{ZType}}}
\newcommand{\ZTMSet}{\ensuremath{\hat{T}}}
\newcommand{\ZTMV}{\ensuremath{\hat{\tau}}}
\newcommand{\ZTMSet}{\ensuremath{\underline{T}}}
\newcommand{\ZTMV}{\ensuremath{\underline{\tau}}}

% cursor
\newcommand{\ZTCursor}[1]{\ensuremath{\ZCursor{#1}}}
Expand All @@ -20,8 +20,8 @@
% zippered expressions
%
\newcommand{\ZMName}{{\normalfont\textsf{ZExp}}}
\newcommand{\ZMSet}{\ensuremath{\hat{E}}}
\newcommand{\ZMV}{\ensuremath{\hat{e}}}
\newcommand{\ZMSet}{\ensuremath{\underline{E}}}
\newcommand{\ZMV}{\ensuremath{\underline{e}}}

% cursor
\definecolor{cursorhighlight}{RGB}{230,255,230}
Expand Down

0 comments on commit 807ff96

Please sign in to comment.