diff options
author | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-22 19:14:05 -0700 |
---|---|---|
committer | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-22 19:14:05 -0700 |
commit | e350f5ede7c33b0c70df077930082b96859feb9d (patch) | |
tree | 2e70e03020c12ea9118213bc030d127e089f75bd /Util/latex | |
parent | 744b72980ed43d3997964987b7a1647ec04d97fc (diff) |
Dafny: equality-support test cases. This is just a snapshot--some things still to be fixed up.
Diffstat (limited to 'Util/latex')
-rw-r--r-- | Util/latex/dafny.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 051d60f4..af789102 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -42,6 +42,7 @@ % the following isn't actually Dafny, but it gives the option to produce nicer latex
{<<}{$\langle$}1
{>>}{$\rangle$}1
+ {(==)}{${}^{(=)}$}2
{...}{$\ldots$}1
{\\alpha}{$\alpha$}1
{\\beta}{$\beta$}1
|