- Notifications
You must be signed in to change notification settings - Fork2
TeX: 空白系コマンド がおかしい#995
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
TeX数式 (
$$\begin{align*}&\texttt{thin space} &\qquad a\, b &\qquad a\thinspace b\\&\texttt{med space} &\qquad a\: b &\qquad a\medspace b\\&\texttt{thick space} &\qquad a\; b &\qquad a\thickspace b\\&\texttt{hspace} & &\qquad a\hspace{0.3em} b\\&\texttt{neg thin space} &\qquad a\! b &\qquad a\negthinspace b\\&\texttt{neg med space} & &\qquad a\negmedspace b\\&\texttt{neg thick space} & &\qquad a\negthickspace b\\&\texttt{neg hspace} & &\qquad a\hspace{-0.3em} b\\\end{align*}$$ |
BetaWas this translation helpful?Give feedback.
All reactions
👀 1
Replies: 1 comment
-
@KSR-Yasuda 数式関連は他にもご意見等いただいており、今回いただいた分も修正の際に参考にさせていただきます 🙇 現状では、 ```math であれば MathJax の記法で書いていただければ基本問題ないのですが、
上記の方法で回避する事が可能です。改善まではこちらの対応をしていただけると幸いです 🙇 |
BetaWas this translation helpful?Give feedback.