Skip to content

feat: convert md→docx 支援 LaTeX math → 原生 OMath(downstream: bestOCR ocr-to) #141

Description

@kiki830621

Problem

macdoc convert --to docx file.md 對 markdown 內的 LaTeX math($...$ / $$...$$)是純文字直通——docx 內公式以字面 LaTeX 呈現(實測 v0.5.0:\beta 進 document.xml 為文字 run,無 <m:oMath> 元素)。

Expected

md→docx 路徑支援 $...$ / $$...$$ → Word 原生 OMath 轉換(可為 opt-in flag,如 --math omath)。

Context

參考

  • 轉換目標為 OMML(<m:oMath>);pandoc 的 texmath 是既有實作參考。

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions