figureone
    Preparing search index...

    Equation offset options

    Offset a phrase from the position it would normally be. An offest phrase will not contribute to layout of subsequent equation elements and phrases.

    Options can be an object, or an array in the property order below

    To test examples, append them to the boilerplate

    figure.add([
    {
    name: 'rect1',
    make: 'equation',
    forms: {
    0: [
    'a', '_ = ', 'n',
    { offset: ['for a > 0', [0.3, 0]] },
    ],
    },
    },
    ]);
    @interface