Help/Simple Equations: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
m (Created page with "Typically numbered equations are centered in documents. Due to the appearance of the wiki, however, all numbered equations shown on this wiki are left justified with a small ind...")
 
mNo edit summary
Line 1: Line 1:
Typically numbered equations are centered in documents.  Due to the appearance of the wiki, however, all numbered equations shown on this wiki are left justified with a small indent and the equation number is right justified.
Typically numbered equations are centered in documents.  Due to the appearance of the wiki, however, all numbered equations shown on this wiki are left justified with a small indent and the equation number is right justified.


To produce a numbered equation in a wiki document, simply surround the LaTeX for the equations by the following:  $\\$begin{equation}...$\\$end{equation).  The equation number will be automatically incremented, but will not be shown unless desired.
To produce a numbered equation in a wiki document, simply surround the LaTeX for the equations by the following:  \\begin{equation}...\\end{equation).  The equation number will be automatically incremented, but will not be shown unless desired.


For example, this equation:
For example, this equation:
\begin{equation}
\\begin{equation}
\left( {{\rho }_{s}}-\rho \right)g\frac{\pi }{6}{{d}^{3}}={{C}_{D}}\frac{\pi }{8}\rho W_{s}^{2}{{d}^{2}}
\left( {{\rho }_{s}}-\rho \right)g\frac{\pi }{6}{{d}^{3}}={{C}_{D}}\frac{\pi }{8}\rho W_{s}^{2}{{d}^{2}}
\end{equation}
\\end{equation}


was typed as follows:
was typed as follows:

Revision as of 21:23, 2 October 2011

Typically numbered equations are centered in documents. Due to the appearance of the wiki, however, all numbered equations shown on this wiki are left justified with a small indent and the equation number is right justified.

To produce a numbered equation in a wiki document, simply surround the LaTeX for the equations by the following: \\begin{equation}...\\end{equation). The equation number will be automatically incremented, but will not be shown unless desired.

For example, this equation: \\begin{equation} \left( {{\rho }_{s}}-\rho \right)g\frac{\pi }{6}{{d}^{3}}={{C}_{D}}\frac{\pi }{8}\rho W_{s}^{2}{{d}^{2}} \\end{equation}

was typed as follows: $\\$begin{equation}

 \left( {{\rho }_{s}}-\rho \right)g\frac{\pi }{6}{{d}^{3}}={{C}_{D}}\frac{\pi }{8}\rho W_{s}^{2}{{d}^{2}}

$\\$end{equation}