Changes

Jump to navigation Jump to search
m
Text replacement - "<cmd>" to "{{cmd|"
</texcode>
Thus, a command such as <tt>\begin{array}</tt> in a LaTeX equation will simply call <{{cmd>|startarray}}, and we can define all of the remaining compatibility macros as <tt>\start ... \stop</tt> pairs without needing to translate the equations manually to match. However, this does not work with all ConTeXt environments; a few of them require the literal string <tt>\stopenvironment</tt> at the end of the environment.
With that framework in mind, we can start duplicating some of the basic LaTeX equation environments. To start with, the <tt>equation</tt> environment itself, along with the <tt>equation*</tt> environment from AMSmath.
== Other LaTeX Commands ==
There are a number of commands such as <{{cmd>|frac}} that are provided in LaTeX but not in the ConTeXt core. Many of these are provided by the [[Math with newmat|newmat]] module; those are documented there.

Navigation menu