⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@exoRift
Copy link
Contributor

@exoRift exoRift commented Nov 19, 2025

This PR fixes two issues:

subs + sum/prod

console.log(ce.parse('\\sum_{k=0}^{100}k').subs({}).evaluate().toJSON())

Previously, this would error and removing the .subs({}) would fix it.

Now it works.

LaTeX serialization of sum/prod functions

console.log(ce.parse('\\sum_{k=0}^{100}k').toLatex())

Previously, this would log \sum k.

Now, the bounds are properly included

@arnog arnog merged commit 9a99e21 into cortex-js:main Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants