# Usage Clone this repository and (for ease of use) add the directory to your `TEXINPUTS` env variable. If this is not easy for you or you don't want to mess with your env variables, just copy your relevant `.sty` files locally. # Cookiecutter For making new projects/homework assignments I've put some cookiecutter defs here. Cookiecutter is easy to invoke even without manually cloning. In the directory you want to create a new project, just invoke cookiecutter with the url to this repo. ```shell cookiecutter https://git.kitsunehosting.net/Kenwood/SNHU-LaTeX ``` Follow the prompts!