Template:L witness: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu m New page: <noinclude> ==Usage== Template use to typeset a witness in an event-b listing. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_component|Acyclic}} {{l_Va... |
imported>Mathieu mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
{{l_variable|v2}} | {{l_variable|v2}} | ||
{{l_event|control}} | {{l_event|control}} | ||
{{ | {{l_witnesses}} | ||
{{l_witness|a}} | {{l_witness|a|2= a = c}} | ||
{{l_end_event}} | {{l_end_event}} | ||
{{l_end}} | {{l_end}} | ||
Line 19: | Line 19: | ||
==Template== | ==Template== | ||
</noinclude><!-- | </noinclude><!-- | ||
--><p class="typeset-l_witness">{{ | --><p class="typeset-l_witness">{{l_label|{{{1}}}}}{{{2}}}</p> |
Latest revision as of 14:20, 26 February 2009
Usage
Template use to typeset a witness in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
Acyclic
VARIABLES
v1
v2
control ≙
// not extended and no convergence
WITH
a :
a = c
END
END
Template
{{{1}}} :
{{{2}}}