Difference between pages "Template:L label" and "Template:L machine"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Mathieu
m
 
imported>Mathieu
m
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Template use to typeset a label in an event-b listing.
+
Template use to typeset a machine name.
 
==Example==
 
==Example==
  
 
{{l_machine|AntiCollide}}
 
{{l_machine|AntiCollide}}
 
{{l_refines|Safety}}
 
{{l_refines|Safety}}
{{l_sees|Network}}
+
{{l_sees|Network|CDV|Acyclic}}
{{l_component|Acyclic}}
+
{{l_Variables|v1|v2|v3}}
{{l_Variables|v1}}
 
{{l_variable|v2}}
 
{{l_invariants}}
 
{{l_invariant|inv1|v2 <math>\in</math> BOOL}}
 
{{l_end}}
 
  
 
[[Category:Listing templates]]
 
[[Category:Listing templates]]
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><div class="typeset-l_label">{{{1}}}&nbsp;:</div>
+
--><div class="typeset-l_clause" style="display:inline;font-family:monospace;color:red;font-weight:bold;">MACHINE</div><br/>
 +
<div class="typeset-l_component" style="display:inline;font-family:monospace;color:black;font-weight:bold;">  {{{1}}}</div>

Revision as of 12:53, 23 February 2009

Usage

Template use to typeset a machine name.

Example

MACHINE


AntiCollide

REFINES

Safety

SEES

Network

VARIABLES

v1

Template

MACHINE


{{{1}}}