Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonpacewic/latexrecompile

Script to recompile my LaTex document as I am editing it
https://github.com/brandonpacewic/latexrecompile

Last synced: 12 days ago
JSON representation

Script to recompile my LaTex document as I am editing it

Awesome Lists containing this project

README

        

# LaTex Recompile

Simple script to recompile a LaTex document when changes are detected.

Compile command:

```Output
pdflatex -interaction=nonstopmode {filename}.tex
```

## License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT