2024-11-17
はあ... 日曜日は憂鬱で仕方ない。
// \\nonumber で数式番号を非表示 const _tex = ` \\begin{equation} \\begin{split} \\nonumber (x - 3)(x + 2)(x + 7) &= (x - 3)(x^2 + 9x + 14) \\\\ &= (x^3 + 9x^2 + 14x) - (3x^2 + 27x + 42) \\\\ &= x^3 + 6x^2 - 13x - 42 \\end{split} \\end{equation} `; ... return ( <BlockMath math={_tex} /> )