Skip to content

Latest commit

 

History

History
executable file
·
42 lines (27 loc) · 905 Bytes

README.md

File metadata and controls

executable file
·
42 lines (27 loc) · 905 Bytes

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

API


jatsToTex()

Signature

jatsToTex(jats: string): Promise<VFile>;

Parameters

Name Type
jats string

Returns

Promise<VFile>

Defined in: lib/processors-jats-to-tex.ts:7

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add jats-to-tex
# or with yarn
# yarn add jats-to-tex
# or with npm
# npm install jats-to-tex

processors-jats-to-tex

JATS XML to TeX converter