Difference between revisions of "Template:ASRow"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m
imported>Mathieu
m (use math mode)
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
 
<pre><nowiki>{{ASHeader}}
 
<pre><nowiki>{{ASHeader}}
{{ASRow}}|tt||fff
+
{{ASRow|tt|fff}}
{{ASRow}}|aa||bb
+
{{ASRow|tt|fff}}
 
|}
 
|}
 
</nowiki></pre>
 
</nowiki></pre>
 
== Example ==
 
== Example ==
 
{{ASHeader}}
 
{{ASHeader}}
{{ASRow}}|tt||fff
+
{{ASRow|tt|fff}}
{{ASRow}}|aa||bb
+
{{ASRow|tt|fff}}
 
|}
 
|}
 
[[Category:Typesetting template]]
 
[[Category:Typesetting template]]
Line 17: Line 17:
 
</noinclude>
 
</noinclude>
 
<includeonly>|- class="ASrow" align="center"
 
<includeonly>|- class="ASrow" align="center"
 +
| {{{1}}} || <math>{{{2}}}</math>
 
</includeonly><noinclude>
 
</includeonly><noinclude>

Revision as of 14:30, 1 September 2008

Template use to specify a table row for describing ASCII representation of event-b symbols

Usage

{{ASHeader}}
{{ASRow|tt|fff}}
{{ASRow|tt|fff}}
|}

Example

ASCII Symbol
tt {{{2}}}


tt {{{2}}}

Template