-
Notifications
You must be signed in to change notification settings - Fork 569
word equation add
zmworm edited this page Mar 18, 2026
·
51 revisions
Add a mathematical equation using LaTeX-like syntax, displayed as block or inline.
Parent: /body (display) or /body/p[N] (inline)
| Property | Default | Description |
|---|---|---|
formula |
(required) | LaTeX-like formula |
mode |
display |
display or inline
|
# Display equation
officecli add report.docx /body --type equation --prop "formula=E = mc^2"
# Inline equation in a paragraph
officecli add report.docx /body/p[1] --type equation --prop "formula=\\frac{a}{b}" --prop mode=inlineBased on OfficeCli v1.0.6