diff options
-rw-r--r-- | Util/latex/boogie.sty | 2 | ||||
-rw-r--r-- | Util/latex/dafny.sty | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Util/latex/boogie.sty b/Util/latex/boogie.sty index e07d1399..45eb050d 100644 --- a/Util/latex/boogie.sty +++ b/Util/latex/boogie.sty @@ -48,7 +48,7 @@ {&&}{$\land$}1
{||}{$\lor$}1
{<=}{$\le$}1
- {=>}{$\ge$}1
+ {>=}{$\ge$}1
{==>}{$\Longrightarrow$}3
{<==>}{$\Longleftrightarrow$}4
{forall}{$\forall$}1
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 9eb941de..e82ed0dc 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -26,13 +26,14 @@ {&&}{$\land$}1
{||}{$\lor$}1
{<=}{$\le$}1
- {=>}{$\ge$}1
+ {>=}{$\ge$}1
% the following isn't actually Dafny, but it gives the option to produce nicer latex
{|=>}{$\Rightarrow$}2
{<=set}{$\subseteq$}1
{+set}{$\cup$}1
{*set}{$\cap$}1
{==>}{$\Longrightarrow$}3
+ {=>}{$\Rightarrow$}2
{<==>}{$\Longleftrightarrow$}4
{forall}{$\forall$}1
{exists}{$\exists$}1
|