Template:ASRow: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Mathieu
mNo edit summary
imported>Mathieu
mNo edit summary
Line 3: Line 3:
== Usage ==
== Usage ==
<pre><nowiki>{{ASHeader}}
<pre><nowiki>{{ASHeader}}
{{ASRow|tt|tt}}
{{ASRow}}|tt||tt
{{ASRow|min|\min}}
{{ASRow}}|min||<math>\min</math>
|}
|}
</nowiki></pre>
</nowiki></pre>
== Example ==
== Example ==
{{ASHeader}}
{{ASHeader}}
{{ASRow|tt|tt}}
{{ASRow}}|tt||tt
{{ASRow|min|\min}}
{{ASRow}}|min||<math>\min</math>
|}
|}
[[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:37, 1 September 2008

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

Usage

{{ASHeader}}
{{ASRow}}|tt||tt
{{ASRow}}|min||<math>\min</math>
|}

Example

ASCII Symbol
tt tt
min \min

Template