1

asciimath 中的符号“非子集”如何表示?我正在将一些 LaTeX 表达式转换为 asciimath,但是当我想出符号“非子集”时卡住了,它在 LaTeX 中的表示是“\not \subset”。

4

2 回答 2

1

以下对我有用:A cancel sub B

cancel未在AsciiMath 网站上列出,但您可以在源代码中找到它。这在通过 MathJax 使用 AsciiMath 时也有效。

于 2017-03-10T15:56:31.687 回答
0

如果可能的话,我会使用latexmath:[A \nsubseteq B]并避免所有的翻译工作。LaTeX 比 AsciiMath 更全面。

于 2020-09-24T15:05:50.683 回答