このhttp://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-referenceを使用して、MathJax の使用方法について勉強しています。私の問題は、数学の問題をレンダリングするときに、コンテキストと数学の方程式が別の行にとどまり、通常の数学の方程式のように互いに連結されないことです。
例えば:
Find x? from this equation x + 2y = 3 , where y = 1 <--- I want it to render like this
しかし、MathJax は次のようにレンダリングされます。
Find x? from this equation
x + 2y = 3
where y = 1
どうもありがとうございました。