Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.
Plugin for relatex
that adds a preamble to a texast
syntax tree.
This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as
pnpm add relatex-add-preamble
# or with yarn
# yarn add relatex-add-preamble
# or with npm
# npm install relatex-add-preamble
default(settings: PreambleCommand[]): ReturnType<Plugin<[PreambleCommand[]] | void[], Root, Root>>;
Name | Type |
---|---|
settings |
PreambleCommand [] |
ReturnType
<Plugin
<[PreambleCommand
[]] | void
[], Root
, Root
>>
Defined in: lib/relatex-add-preamble.ts:6
GPL-3.0-or-later © Thomas F. K. Jorna