https://github.com/glentner/maketex
Compile a LaTeX source file into a PDF document without cluttering up your directories.
https://github.com/glentner/maketex
Last synced: over 1 year ago
JSON representation
Compile a LaTeX source file into a PDF document without cluttering up your directories.
- Host: GitHub
- URL: https://github.com/glentner/maketex
- Owner: glentner
- License: gpl-3.0
- Created: 2016-10-22T03:09:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T17:23:30.000Z (over 9 years ago)
- Last Synced: 2025-01-04T04:22:32.153Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MakeTex
-------
[](http://www.gnu.org/copyleft/gpl.html)
```
usage: maketex input_file [-bdmv] [-o | --output filename]
Compile a latex source file into a PDF document.
MakeTex wraps pdflatex and executes the compile statement on your
behalf, stashing build files under /tmp/.
options:
-v, --verbose show compiler output
-d, --debug show debugging information
-b, --bibliography compile with bibtex after
-m, --monitor file system watch, auto-compile
-o, --output specify an alternate output PDF
-h, --help show this message
```