Latex Equations Cribsheet: Difference between revisions

From KBwiki
Jump to navigation Jump to search
(New page: == Introduction == This page provides some introductory material for writing LaTex equations for the QNET Wiki. It is not intended to be a thorough introduction to LaTex, but is to provid...)
 
Line 4: Line 4:
== Editing Latex ==
== Editing Latex ==
To add an equation to an article click on the "Mathematical formula" button in the Edit toolbar.
To add an equation to an article click on the "Mathematical formula" button in the Edit toolbar.
Alternatively, use the math element in the Edit page of the article as follows:
<pre>
<math>V = frac{4}{3} \pi R^{3}</math>
</pre>

Revision as of 15:30, 2 July 2009

Introduction

This page provides some introductory material for writing LaTex equations for the QNET Wiki. It is not intended to be a thorough introduction to LaTex, but is to provide some guidelines, good practice advice and other information that aids the authoring of LaTex in this Wiki.

Editing Latex

To add an equation to an article click on the "Mathematical formula" button in the Edit toolbar.

Alternatively, use the math element in the Edit page of the article as follows:

<math>V = frac{4}{3} \pi R^{3}</math>