On Wed, Nov 13, 2002 at 05:59:56PM +1000, Allan Rae wrote: > > Can't we (ab)use mathed for the bullets? The validate() would come for > > How?
With current CVS Bullet validation might be implemented as
#include "mathed/math_data.h"
Bullet::validate(LaTeXFeatures & features) const
{
asArray(text).validate(features);
}
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
