Help:Contents: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Line 3: Line 3:


===Simple Math===
===Simple Math===
You can represent simple math with the <nowiki><math></nowiki>...<nowiki></math></nowiki> construct.  For example, to write
You can represent simple math with the &lt;math&gt;...&lt;/math&gt; construct.  For example, to write


<math> {{C}_{x}}={{C}_{g}}\cos \theta +U</math>
<math>{{C}_{x}}={{C}_{g}}\cos \theta +U</math>


<nowiki><math></nowiki> {{C}_{x}}={{C}_{g}}\cos \theta +U<nowiki></math></nowiki>
&lt;math&gt; {{C}_{x}}={{C}_{g}}\cos \theta +U&lt;/math&gt;

Revision as of 16:30, 13 September 2011

Math and Equation guide for the CIRP Wiki

When you want to write an equation or use math in the text of your document, the wiki browser will convert all many different math formats automatically for you.

Simple Math

You can represent simple math with the <math>...</math> construct. For example, to write

<math> {{C}_{x}}={{C}_{g}}\cos \theta +U</math>