pretty-latex

0.1.0 • Public • Published

pretty-latex

A Node wrapper around latexindent for beautifying LaTeX documents.

Installation

yarn add pretty-latex

or

npm install pretty-latex

You will also need to make sure you have latexindent installed on your system.

Usage

const fs = require('fs')
const beautify = require('pretty-latex')
 
const input = fs.createReadStream('input.tex')
const output = fs.createWriteStream('output.tex')
 
beautify(input).pipe(output)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i pretty-latex

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • saadq