Changes

Jump to navigation Jump to search
523 bytes added ,  19:33, 9 July 2005
m
Small changes to "simple math" example, added typeset output.
==Simple Math==
 
ConTeXt supports inline math (mathematical formulas set within ordinary paragraphs as part of the text) and display math (mathematics set on lines by themselves, often with equation numbers).
<texcode>
\quotation{Inline math is set as $c^2 = a^2 + b^2$}, says Pythagoras with inline and display mathas\placeformula\startformulac^2 = a^2 + b^2.\stopformula</texcode> This, when typeset, produces the following:
<context>
Inline math is set as $c^2 = a^2 + b^2$, and display math as
\placeformula
\startformula
c^2 = a^2 + b^2.
\stopformula
</texcodecontextThe <cmd>\placeformula</cmd> command is optional, and produces the equation number; leaving it off produces an unnumbered equation. 
(Someone please add a sample that shows the most advanced possible math without modules.)

Navigation menu