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