Skip to content

Latest commit

 

History

History
executable file
·
111 lines (82 loc) · 3.66 KB

README.md

File metadata and controls

executable file
·
111 lines (82 loc) · 3.66 KB

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

ojs-relatex

Convert ojs data to relatex

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 ojs-relatex
# or with yarn
# yarn add ojs-relatex
# or with npm
# npm install ojs-relatex

Use

API


ojsRelatex()

Signature

ojsRelatex(node: Node<Data>): void;

Parameters

Name Type
node Node<Data>

Returns

void

Defined in: lib/ojs-relatex.ts:3

Syntax tree

Types

Compatibility

Security

Related

Contribute

License

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