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 是既有實作參考。
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
/bestocr:ocr-toskill(OCR → docx)。目前該 skill 對 math 密集文件走 pandoc(已驗證$...$→<m:oMath>可行)作為過渡;macdoc native 支援落地後可收斂回單一轉檔器——追蹤 ref:feat: ocr-to 輸出 docx 的 LaTeX → OMath 公式升級(sister concern from #1) bestOCR#3。參考
<m:oMath>);pandoc 的 texmath 是既有實作參考。