# jtex

`jtex` 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.

## Installation

Install the package into your virtual environment using pip:

```bash
npm install jtex
```

and confirm correct installation by typing:

```bash
jtex --version
```
