Template:InOut: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
(Formats a simulated mathematica In-Out pair.)
 
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|
{|
|- align=left valign=top
|- align=left valign=top
|<pre style="color: red; border: 0px; padding: 0em"><nowiki>In[{{{n}}}]</nowiki></pre>
|width=70px|<code style="color: blue; border: 0px; padding: 0em">In[{{{n}}}]:=</code>
|<code style="white-space: pre; color: red; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{in}}}</code>
|- align=left valign=top
|width=70px|<code style="color: blue; border: 0px; padding: 0em">Out[{{{n}}}]=</code>
|<code style="white-space: pre; color: black; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{out}}}</code>
|}
|}

Latest revision as of 16:23, 20 January 2006

In[{{{n}}}]:= {{{in}}}
Out[{{{n}}}]= {{{out}}}