Template:L machine: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Mathieu
mNo edit summary
imported>Mathieu
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
==Usage==
==Usage==
Template use to typeset a machine name.
Template use to typeset a machine name in an event-b listing.
==Example==
==Example==


{{l_machine|AntiCollide}}
{{l_machine|AntiCollide}}
{{l_refines|Safety}}
{{l_refines|Safety}}
{{l_sees|Network|CDV|Acyclic}}
{{l_sees|Network}}
{{l_Variables|v1|v2|v3}}
{{l_Variables|v1}}
{{l_variable|v2}}


{{l_end}}
{{l_end}}
Line 15: Line 16:
</noinclude><!--
</noinclude><!--
-->
-->
<div class="typeset-listing" style="font-family;">
<div class="typeset-listing" style="font-family:monospace;">
<p class="typeset-l_clause" style="font-family:monospace;color:red;font-weight:bold;">MACHINE</p>
<p class="typeset-l_clause" style="color:red;font-weight:bold;">MACHINE</p>
<p class="typeset-l_component" style="font-family:monospace;color:black;font-weight:bold;margin-left:1em">{{{1}}}</p>
<p class="typeset-l_component" style="color:black;font-weight:bold;margin-left:1em">{{{1}}}</p>

Revision as of 13:38, 23 February 2009

Usage

Template use to typeset a machine name in an event-b listing.

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

VARIABLES

v1

v2

END

Template

MACHINE

{{{1}}}