[Bug]: LaTeX in chat is broken: display math renders twice and unstyled, inline $...$ does not render

未關閉
#103 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
70/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
活躍
技術堆疊
latex
領域
desktop, frontend

研究方向

Start with the math plugin's getStyles() entry point and inspect the generated index-.css and terminal-.css assets in the 0.1.35 build. Verify how KaTeX CSS and font files are included, then reproduce display and inline formulas to confirm each display renders once with styling and inline math is no longer literal text.

由索引模型根據 Issue 內容生成。

描述

bug
GUI version

0.1.35

Operating system

Linux (Debian/Ubuntu)

Reproduction steps
  1. Send a single display formula, e.g.
    $$x = \frac{a}{b}$$
    or a message with several formulas (fractions, integrals, aligned blocks), e.g. $$e = mc^2$$.
  2. Also send inline math, e.g. $x^2$.
    • Display formulas appear twice. In the minimal repro (a single $$x = \frac{a}{b}$$) the first copy shows the fraction stacked, but small and unstyled, immediately followed by a second copy using plain characters.
    • Inline math is not rendered at all: $x^2$ stays as literal text.
Expected behavior

Each formula should be rendered only once, using a better style.

Actual behavior

Display math parses and renders, but the output is doubled and visually broken; inline math does not render at all.

AI analysis

Doubling: looking at the installed 0.1.35 build, the likely cause is the KaTeX stylesheet. The renderer ships only index-.css and terminal-.css and neither contains any .katex rules — katex.min.css appears nowhere in the app. KaTeX emits both HTML and a MathML fallback; the stylesheet is what normally hides the MathML and lays out the HTML. Without it, both outputs are visible: the native MathML copy renders on top, and the HTML copy collapses into a run of unstyled characters next to it.

Inline: $x^2$ stays as literal text.

Suggested fix: bundle katex.min.css together with the KaTeX font files (KaTeX_Main, KaTeX_Math, KaTeX_Size*) — neither is in the 0.1.35 build (only the Geist UI fonts ship). The math plugin already declares the stylesheet via getStyles() -> "katex/dist/katex.min.css", but it never reaches the build.

Screenshots, recordings, or sanitized logs
Image
Safety check
  • I removed credentials and private project information from this report.
主要語言
Shell
星號
80
分支
2
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

CommandCodeAI/desktop 的其他 Issue

查看 CommandCodeAI/desktop 的全部 Issue

相似的 Issue

更多 Shell/Bash Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。