TeX: 空白系コマンド がおかしい #995
KSR-Yasuda
started this conversation in
要望・アイデア・不具合
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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数式 (
$ ... $
,$$ ... $$
) で、空白系のコマンド の挙動がおかしいです。\,
,\:
,\;
,\!
などが、単なるエスケープ として処理されているようです。\,
は、別名の\thinspace
は 効く\:
,\;
は、別名の\medspace
,\thickspace
も エラーNG\hspace{}
なら可能なので、ダメなものは それで代替するしかない\!
,\neg{thin,med,thick}space
が 機能していない\!
は、上記の 記号系のコマンドが エスケープ扱い になっているので、!
になる\neg{thin,med,thick}space
は、コマンドは エラーになっていないが、負のスペース として扱われているように見えない
\hspace{-0.3em}
など、負のサイズ指定 をしても、機能していないBeta Was this translation helpful? Give feedback.
All reactions