summaryrefslogtreecommitdiff
path: root/Util/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Util/latex')
-rw-r--r--Util/latex/boogie.sty1
-rw-r--r--Util/latex/dafny.sty2
2 files changed, 2 insertions, 1 deletions
diff --git a/Util/latex/boogie.sty b/Util/latex/boogie.sty
index bda9f10a..30a18b82 100644
--- a/Util/latex/boogie.sty
+++ b/Util/latex/boogie.sty
@@ -53,6 +53,7 @@
{<==>}{$\Longleftrightarrow$}4
{forall}{$\forall$}1
{exists}{$\exists$}1
+ {lambda}{$\lambda$}1
% the following isn't actually Boogie, but it gives the option to produce nicer latex
{<<}{$\langle$}1
{>>}{$\rangle$}1
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty
index 641584b6..2b9918f9 100644
--- a/Util/latex/dafny.sty
+++ b/Util/latex/dafny.sty
@@ -13,7 +13,7 @@
% expressions
match,case,false,true,null,old,fresh,this,
% statements
- assert,assume,new,havoc,call,if,then,else,while,invariant,break,return,foreach,
+ assert,assume,print,new,havoc,call,if,then,else,while,invariant,break,return,foreach,
},
literate=%
{:}{$\colon$}1