We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
トゥートの数式内に\defコマンドを使用することができ、この効力がトゥートを超えて及んでしまうようです。
TeXのコマンドが意図しない形で書き換えられてしまう恐れがあります。
The text was updated successfully, but these errors were encountered:
\def\def{テロリスト} によって\defは実質無効化されていた時期がありました。 \def\def{\backslash def}のような処理を先行させることで、\defの実質的な無効化が可能かもしれません
一律無効化の是非を含めて考えた方が良いのかもしれませんが…
Sorry, something went wrong.
http://docs.mathjax.org/en/latest/tex.html#begingroup やMathJaxのissue186を見る限り\begingroup,\endgroupをトゥートの最初と最後にに挿入するのがよい気がします.下のをトゥートすると(僕の環境下では)ちゃんと動きました. ( \require{begingroup} ) ( \begingroup ) ( \log 3 ) ( \def \log {ログ} ) ( \log 3 ) ( \endgroup ) ( \log 3 )
確かにその方がよさそうですね (私の環境でもちゃんと動いているようです)
No branches or pull requests
トゥートの数式内に\defコマンドを使用することができ、この効力がトゥートを超えて及んでしまうようです。
TeXのコマンドが意図しない形で書き換えられてしまう恐れがあります。
The text was updated successfully, but these errors were encountered: