jaxzhou/dsh-mathmatic-symbol ↗★ 0
@jaxzhou/dsh-mathmatic-symbol
DeepSeek Harness plugin: generate LaTeX math typeset as font-free SVG/PNG images, and draw geometry/function figures from a declarative SVG spec, ready to embed in documents
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jaxzhou/dsh-mathmatic-symbol说明文档
阅读完整 README ↗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.