15 packages found
Type definitions for `ooxast` (Open Office XML abstract syntax tree), a syntax for abstract syntax trees representing Open Office XML documents in the [`unist`](https://github.com/syntax-tree/unist) format.
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
Reads a `.docx` file and stores its components in vfile format to be processed by other tools, like `reoff-parse`.
Small ooxast utility which scans the text to identify the citation plugin used, either Mendely, Zotero, EndNote, Citavi, native word citations or none at all.
Get style from a `w:p` or `w:r` element.
Plugin for [reoff][reoff] to parse a `.docx` XML file into an `ooxast` AST.
default(options: Options = ...): Function;
Plugin for `reoff` that takes an `ooxast` tree and turns it into a `unified-latex` tree, allowing for .docx to .tex conversion
Plugin for [reoff][reoff] to clean the ooxast tree.
Cleans all the rsid tags from an ooxast tree, and merges `w:r` elements if they only differ by rsid values.
Plugin for `reoff` that takes an `ooxast` tree and turns it into a `remark` tree, allowing for .docx to .tex conversion
Find and convert raw references to CSL-JSON using `anystyle`.
Return the attributes of an `ooxast` node as a JSON object
Plugin for `reoff` that transforms an `ooxast` syntax tree into a `jats` syntax tree, i.e.
Util to convert `ooxast` syntax tree to `jast` syntax tree, allowing for `.docx` to `JATS XML` conversion.