diff --git a/NEWS b/NEWS index e6b10c458..66922d6c7 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ New in spot 1.2.4a (not yet released) - The online ltl2tgba translator will automatically attempt to parse a formula using LBT's syntax if it cannot parse it using - the normal infix syntax. + the normal infix syntax. It also has an option to display + formulas using LBT's syntax. - ltl2tgba and dstar2tgba have a new experimental option --hoaf to output automata in the Hanoï Omega Automaton Format whose diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index 949cfad06..231e612ec 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -489,6 +489,10 @@ an identifier: aUb is an atomic proposition, unlike text in Spin's syntax
+