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

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.

Awesome Lists containing this project

README

          

MakeTex
-------

[![GitHub license](http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](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
```