This code : ``` const expr = ce.parse('4x(3x+2)-5(5x-4)').json const calculexpand = ce.box(["Expand", expr]).evaluate().latex console.log(calculexpand) ``` returns this : `20-25x+4x(2+3x)`