end-of-semester-report/node_modules/@unified-latex/unified-latex-prettier
2025-05-14 16:14:35 +07:00
..
libs initial commit 2025-05-14 16:14:35 +07:00
index.cjs initial commit 2025-05-14 16:14:35 +07:00
index.cjs.map initial commit 2025-05-14 16:14:35 +07:00
index.d.ts initial commit 2025-05-14 16:14:35 +07:00
index.d.ts.map initial commit 2025-05-14 16:14:35 +07:00
index.js initial commit 2025-05-14 16:14:35 +07:00
index.js.map initial commit 2025-05-14 16:14:35 +07:00
package.json initial commit 2025-05-14 16:14:35 +07:00
README.md initial commit 2025-05-14 16:14:35 +07:00

unified-latex-prettier

What is this?

A Prettier plugin for formatting and pretty-printing LaTeX source code.

When should I use this?

If you want to construct a Prettier instance that has LaTeX parsing abilities.

You should probably use the prettier-plugin-latex package instead of directly accessing this package.

Install

npm install @unified-latex/unified-latex-prettier

This package contains both esm and commonjs exports. To explicitly access the esm export, import the .js file. To explicitly access the commonjs export, import the .cjs file.