Tool for rendering LaTeX documents from jinja-style templates
npm install jtexjtex is a command line tool (CLI) for rendering LaTeX documents from jinja-style templates. This package uses Jinja2 as the template engine with a modified environment and syntax that plays well with LaTeX's markup.
Install the package into your virtual environment using pip:
``bash`
npm install jtex
and confirm correct installation by typing:
`bash``
jtex --version