Difference between revisions of "Math with amsl"

From Wiki
Jump to navigation Jump to search
m (typo)
m (Text replacement - "</cmd>" to "}}")
Line 17: Line 17:
 
* start/stop array
 
* start/stop array
 
* start/stop cases, bigcases
 
* start/stop cases, bigcases
* font commands: <cmd>mathcal</cmd>, <cmd>mathbb</cmd>, <cmd>mathfrak</cmd>
+
* font commands: <cmd>mathcal}}, <cmd>mathbb}}, <cmd>mathfrak}}
 
* reference format <tt>eqref</tt>
 
* reference format <tt>eqref</tt>
  

Revision as of 13:18, 9 August 2020

< Math | nath >



NOTE: Most of the features of amsl module are now part of ConTeXt. They have been implemented in a different way than the amsl module, and provide better integration with the rest of ConTeXt package.

The amsl module by Giuseppe Bilotta (Oblomov) is intended to provide AMS math for ConTeXt, similar to AMS-LaTeX.

\usemodule[amsl]

Defined commands:

  • stackrel
  • underset
  • start/stop eqnalign
  • start/stop gather
  • start/stop array
  • start/stop cases, bigcases
  • font commands: <cmd>mathcal}}, <cmd>mathbb}}, <cmd>mathfrak}}
  • reference format eqref

Hint: You should set your body font after loading amsl, because it resets body font to rm.


(Sorry, I don't understand much of math; please someone enhance this page! --Hraban)