Difference between revisions of "User:Adityam"

From Wiki
Jump to navigation Jump to search
m (Why predisplaypenalty is zero)
m (Pr has wrong limits)
Line 15: Line 15:
  
 
in core-mat.tex? Plain TeX defaults to 10,000. A zero value leads to orphan equations.
 
in core-mat.tex? Plain TeX defaults to 10,000. A zero value leads to orphan equations.
 +
 +
 +
* Pr has wrong limits.
 +
<context source="yes">
 +
\startformula
 +
  \Pr^g(x)
 +
\stopformula
 +
</context>

Revision as of 02:53, 11 July 2007

These are some notes on things missing in ConTeXt math support

  • In
\startformula \startalign[m=2,distance=...]

there is no way to divide the space equally between left, middle, and right sides.

  • Why do we have
\predisplaypenalty     = \zerocount

in core-mat.tex? Plain TeX defaults to 10,000. A zero value leads to orphan equations.


  • Pr has wrong limits.
\startformula
  \Pr^g(x)
\stopformula