tex2pdf
v1.0.4
Published
Convert TeX files to PDF with zero setup - auto-installs LaTeX if needed
Maintainers
Readme

Convert TeX files to PDF with zero setup.
Usage
npx tex2pdf document.texLaTeX is automatically installed on first use (~200MB download).
Installation
npm install -g tex2pdfOptions
tex2pdf document.tex [output.pdf] [--engine=ENGINE]| Option | Description |
| ----------------- | --------------------------------------------------------- |
| --engine=ENGINE | LaTeX engine: xelatex (default), pdflatex, lualatex |
| --install | Force reinstall TinyTeX |
| --help | Show help |
License
MIT
