Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonpacewic/latexrecompile
- Owner: BrandonPacewic
- License: mit
- Created: 2022-10-05T21:32:27.000Z (about 2 years ago)
- Default Branch: mega
- Last Pushed: 2022-10-05T22:11:42.000Z (about 2 years ago)
- Last Synced: 2024-10-15T21:03:29.819Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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