Livescript: equation number
Mostrar comentarios más antiguos
I edit Livescript and I write equations on Livescript using latex. Is it possible to number these equations like
?
Respuesta aceptada
Más respuestas (1)
Jelder
el 1 de Abr. de 2025
0 votos
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 comentario
Walter Roberson
el 1 de Abr. de 2025
However, there is no automatic numbering, and no automatic equation referencing.
Categorías
Más información sobre Elementary Math en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!