问题标签 [asciimath]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
450 浏览

angularjs - How to dynamically render a mathjax asciimath expression using AngularJS in a div?

I'm trying to render an AsciiMath expression that gets loaded as a string from a MySQL database. This is the div in question:

The above loaded string is something like: Solve for `x: 4*(4x) + 2*x = 72`

And this is the directive I use to fix the normal mathjax display issues:

When I use this directive for static expressions in HTML, everything works fine. When I try to use it for dynamic data like in the above div though, the expression doesn't get rendered correctly until I refresh the page. What can I do to fix this?

0 投票
1 回答
147 浏览

javascript - 使用 javascript 显示 ascimath

创建了一个html

接下来,在 main.js 上,使用 ajax 从数据库中检索并使用 json.mathanswer 传递 asciimath 中的数据。目的是以数学表达式的形式显示返回数据。例如:从数据库中检索的数据是*dy/dx = 3*x^3*。传递给 json.mathanswer。

尝试使用以下代码:

或者

显示仍为 asciimath,即*dy/dx = 3*x^3*

还尝试使用分隔符:

或者

结果是json.mathanswer将显示在分配的空间中。

如何使用javascript在数学表达式html中显示作为数据检索的asciimath ?

0 投票
1 回答
1302 浏览

latex - 如何将 asciimath 转换为乳胶

我正在开发一个数学门户网站,我需要将asciimath格式表达式转换为Latex格式表达式。怎么可能?我正在使用mathjax

0 投票
2 回答
286 浏览

latex - asciimath 中的字符“非子集”

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

0 投票
1 回答
9000 浏览

mathjax - 如何更改 MathJax 的字体

我无法让 MathJax 更改它用于呈现用 AsciiMath 编写的公式的字体。我已经在 StackOverflow 和网络上的其他地方阅读了类似问题的答案:

这是我用作测试用例的整个 HTML5 文档:

我究竟做错了什么?请帮我更改 MathJax 的字体。

0 投票
1 回答
2367 浏览

javascript - LaTex 数学到 ASCII 数学的转换

我有一个 javascript Web 应用程序,想在 LaTeX 数学字符串和ASCIImath字符串之间进行转换。似乎MathJax可以做到这一点,但我不确定,最好的方法是什么。

编写自己的转译器会更容易吗(我对解析等不太了解)?有谁知道这个图书馆是否存在?

0 投票
3 回答
772 浏览

mathjax - AsciiMath 中的二阶导数

我想在 AsciiMath 中表达“f(x) 的二阶导数”。

在 LaTeX 中,它很简单f''(x)

LaTeX 中的二阶导数

AsciiMath 中的相同结果是单引号而不是素数符号:

AsciiMath 的二阶导数

我可以使用 AsciiMath 获得完美的一阶导数f^'(x)

AsciiMath 的一阶导数

但同样的方法不适用于二阶导数f^('')(x)

在此处输入图像描述

AsciiMath 中是否有一种语法可以产生与 LaTeX 相同的输出,带有素数符号而不是单引号?

0 投票
1 回答
2176 浏览

mathjax - MathJax 中的双括号

如何使用 TeX 在 MathJax 中实现弹性双括号?例如,

使用双括号的数学

TeX 包 stmaryrd 有这个,但 MathJax 不支持任意包的导入。

我希望双括号适合所有尺寸。

奖励:这在 AsciiMath 中可行吗?

0 投票
1 回答
59 浏览

asciimath - “n 选择 r”的 AsciiMath

在 AsciiMath 中实现这一目标的最佳符号是什么:

n 选择 r

0 投票
1 回答
224 浏览

mathjax - 使用 ASCIIMath,我们如何在线性方程组中以正确的顺序排列变量

例如,我们如何使用 ASCIIMath 在 MathJax 中显示以下内容:

在此处输入图像描述