Livescript: equation number
显示 更早的评论
I edit Livescript and I write equations on Livescript using latex. Is it possible to number these equations like
?
采纳的回答
更多回答(1 个)
Jelder
2025-4-1
0 个投票
You can use the following trick:
\matrix{ y_1 = a_1 + b_1\cdot{x} && (1)}
\matrix{ y_2 = a_2 + b_2\cdot{x^2} && (2)}
1 个评论
Walter Roberson
2025-4-1
However, there is no automatic numbering, and no automatic equation referencing.
类别
在 帮助中心 和 File Exchange 中查找有关 Elementary Math 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!