jaxzhou/dsh-mathmatic-symbol0

@jaxzhou/dsh-mathmatic-symbol

生成LaTeX数学公式图片及声明式几何函数图

AI 分析

适合需要在文档中嵌入高质量数学公式SVG/PNG或绘制几何图形的用户。

套件
@jaxzhou/dsh-mathmatic-symbol
版本
0.1.0
授權
MIT
最近更新
2026年9月12日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jaxzhou/dsh-mathmatic-symbol

Configuration

Write it into the profile's cordis.patch.yml (applied after every bundle layer):

- id: jaxzhou-mathmatic-symbol
  config:
    outputDir: math        # asset directory, workspace-relative
    scale: 4               # default PNG zoom
    color: '#000000'       # default formula ink
    background: transparent
    padding: 8
    fontSize: 16           # pixels per em for formulas
    preview: false         # default inline preview
    dataUri: false         # default data-URI output
    # workspaceRoot: /abs/path   # host-side override, mainly for tests

Invalid configuration fails at mount time with the offending field named; nothing is clamped or ignored.