Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.
Plugin for rejour
that transforms a jast
syntax tree into a texast
syntax tree, allowing for conversion between JATS XML and LaTeX.
This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as
pnpm add rejour-relatex
# or with yarn
# yarn add rejour-relatex
# or with npm
# npm install rejour-relatex
Plugin to bridge or mutate to relatex
If a destination is given, runs the destination with the new jast tree (bridge-mode). Without destination, returns the jast tree: further plugins run on that tree (mutate-mode).
default(this: Processor<void, Root, void, void>, ...settings: [Processor, Options?]): void | Transformer<Root, Root>;
Name | Type |
---|---|
this |
Processor <void , Root , void , void > |
...settings |
[Processor , Options? ] |
void
| Transformer
<Root
, Root
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/unified/index.d.ts:531
Plugin to bridge or mutate to relatex
If a destination is given, runs the destination with the new jast tree (bridge-mode). Without destination, returns the jast tree: further plugins run on that tree (mutate-mode).
default(this: Processor<void, Root, void, void>, ...settings: [Options?] | void[]): void | Transformer<Root, Root>;
Name | Type |
---|---|
this |
Processor <void , Root , void , void > |
...settings |
[Options? ] |
void
| Transformer
<Root
, Root
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/unified/index.d.ts:531
GPL-3.0-or-later © Thomas F. K. Jorna