Changes

Jump to navigation Jump to search
20 bytes removed ,  20:57, 2 August 2004
Final version of first draft. --Brooks Moses
% lation macros are straightforward.
\def\begin#1{%
\begingroup\csname start#1\endcsname}
\def\end#1{%
\csname stop#1\endcsname\endgroup}
Thus, a command such as <tt>\begin{array}</tt> in a LaTeX equation will simply call <tt>\startarray</tt>, 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.
Anonymous user

Navigation menu