Skip to content

Latest commit

 

History

History
executable file
·
127 lines (76 loc) · 3.46 KB

File metadata and controls

executable file
·
127 lines (76 loc) · 3.46 KB

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

relatex-add-preamble

Plugin for relatex that adds a preamble to a texast syntax tree.

Contents

What is this?

When should I use this?

Install

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

Use

API


default()

Signature

default(settings: PreambleCommand[]): ReturnType<Plugin<[PreambleCommand[]] | void[], Root, Root>>;

Parameters

Name Type
settings PreambleCommand[]

Returns

ReturnType<Plugin<[PreambleCommand[]] | void[], Root, Root>>

Defined in: lib/relatex-add-preamble.ts:6

Syntax tree

Types

Compatibility

Security

Related

Contribute

License

GPL-3.0-or-later © Thomas F. K. Jorna