Difference between revisions of "Template:L variables"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (New page: <noinclude> ==Usage== Template use to typeset a variable clause in an event-b listing. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_Variables|v1 x2 x3...)
 
imported>Mathieu
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{{l_refines|Safety}}
 
{{l_refines|Safety}}
 
{{l_sees|Network}}
 
{{l_sees|Network}}
{{l_Variables|v1
+
{{l_Variables|v1, x2, 3}}
x2
 
x3}}
 
 
{{l_variable|z1}}
 
{{l_variable|z1}}
  
Line 17: Line 15:
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><p class="typeset-l_clause" style="color:red;font-weight:bold;">VARIABLES</p>
+
--><p class="typeset-l_clause">VARIABLES</p>
 
{{l_variable|{{{1}}}}}
 
{{l_variable|{{{1}}}}}

Latest revision as of 13:40, 26 February 2009

Usage

Template use to typeset a variable clause in an event-b listing.

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

VARIABLES

v1, x2, 3

z1

END

Template

VARIABLES

{{{1}}}