@lifeaitools/rdc-skills 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/skills/convert/SKILL.md
CHANGED
|
@@ -73,9 +73,15 @@ Prefer keeping S3 secrets in `--config`, not on the command line.
|
|
|
73
73
|
- `base64` — embed images directly as Markdown data URIs.
|
|
74
74
|
- `s3` — upload to S3-compatible storage (Cloudflare R2 / AWS S3); needs the S3 flags or `--config`.
|
|
75
75
|
|
|
76
|
-
###
|
|
77
|
-
- `tex`
|
|
78
|
-
- `image`
|
|
76
|
+
### Equations (both directions are real)
|
|
77
|
+
- **docx → markdown** (`--equations`): `tex` converts Word OMML equations to
|
|
78
|
+
KaTeX-readable TeX (default); `image` renders them as images (debug only).
|
|
79
|
+
- **markdown → word** (`--to word`): inline `$...$` and display `$$...$$` LaTeX
|
|
80
|
+
are converted to **native Office Math (OMML)** that Word renders as real
|
|
81
|
+
equations (`\sum`, `\int`, `\frac`, `\Delta`, `\rightarrow`, `\leq`, …) — not
|
|
82
|
+
raw text in a math font. Unparseable fragments fall back to Cambria Math text
|
|
83
|
+
and are flagged in the export report. Requires build-corpus ≥ 0.4.0. Fence
|
|
84
|
+
display math with `$$` on their own lines, no blank lines inside the fence.
|
|
79
85
|
|
|
80
86
|
## Editor — `regen-mde` (Windows only)
|
|
81
87
|
|