3

Does jqmath have support for adding custom containers inside of final render?

Basically is there any equivalent to bbox in MathJax/MathJs http://www.mathjax.org/docs/2.0/tex.html#bbox?

VividD
  • 10,456
  • 6
  • 64
  • 111
Patrick Lorio
  • 5,520
  • 11
  • 45
  • 74

1 Answers1

2

The \id and \cl macros will give a subexpression an id or class, and you can then style it with CSS. For example, \id "some-id" {x+y} or x + \cl "some-class" y.

Dave Barton
  • 1,429
  • 13
  • 12