Replies: 1 comment 5 replies
|
+1 this is important for all technical work, including also AI research. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem / use case
When an assistant returns LaTeX, T3 Code currently shows the TeX source as ordinary text instead of rendering the mathematics. This makes scientific and technical responses difficult to read, check, and reuse.
I encountered this while using T3 Code for an ensemble weather-forecasting research workflow. The attached screenshot shows equations such as
\frac,\sum,\operatorname, and\begin{aligned}displayed literally in the chat instead of as formatted math.Actual behavior
Common inline and display math is shown as raw source, including the delimiters and commands. The surrounding Markdown headings and prose render, but the mathematical notation does not.
Expected behavior
Please render common math delimiters in assistant messages, including:
\(...\)and$...$\[...\]and$$...$$KaTeX, MathJax, or an equivalent renderer would work. It would also be useful to preserve the original TeX when copying, keep long equations usable in narrow layouts, and fail safely for malformed expressions without breaking the rest of the message. Code blocks, escaped delimiters, and ordinary dollar amounts should remain unchanged.
Why this matters
T3 Code is useful beyond code editing, including research and technical writing. Readable math is essential for understanding probability distributions, loss functions, matrix operations, and evaluation metrics. At present, I have to copy responses elsewhere to read the equations properly.
Environment
Related reports
This is being posted in the Ideas category because the repository directs feature requests there. Related tracker items include:
I am not trying to create a competing duplicate report. I wanted to document a current reproducible example in the repository's requested Ideas workflow and add a concrete screenshot of the impact.

All reactions