Difference between pages "Template:Button" and "Template:L theorem"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Mathieu
m
 
imported>Mathieu
m (New page: <noinclude> ==Usage== Template use to typeset a thorem clause in an event-b listing. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_component|Acyclic}} ...)
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
Template use to specify a button click:
+
==Usage==
== Usage ==
+
Template use to typeset a thorem clause in an event-b listing.
<nowiki>{{button|label}}</nowiki>
+
==Example==
== Example ==
+
 
Click {{button|ah}} with your hypotheses in the selection zone and then, click {{button|pp}}.
+
{{l_machine|AntiCollide}}
[[Category:Typesetting templates]]
+
{{l_refines|Safety}}
== Template ==
+
{{l_sees|Network}}
 +
{{l_component|Acyclic}}
 +
{{l_Variables|v1}}
 +
{{l_variable|v2}}
 +
{{l_invariants}}
 +
{{l_invariant|inv1|v2 <math>\in</math> BOOL}}
 +
{{l_theorems}}
 +
{{l_theorem|inv1|v2 <math>\in</math> BOOL}}
 +
{{l_end}}
 +
 
 +
[[Category:Listing templates]]
 +
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><div class="typeset-button" style="display:inline; display:inline-block;"><table style="border:1px solid #aaaaaa; display:inline; " ><tr><td style="vertical-align:sub;">{{{1}}}</td></tr></table></div>
+
--><p class="typeset-l_clause" >THEOREMS</p>

Revision as of 11:19, 26 February 2009

Usage

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

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

Acyclic

VARIABLES

v1

v2

INVARIANTS

inv1 :
v2 \in BOOL

THEOREMS

THEOREMS

END

Template

THEOREMS