Metadata-Version: 2.1
Name: quietex
Version: 0.1.0
Summary: Filter output of pdflatex.
Home-page: https://github.com/mje-nz/quietex
Author: Matthew Edwards
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pexpect

# QuieTeX

Minimal command-line tool which filters and colours the output of `pdflatex` in real-time.

Not a build tool, doesn't do any clever summaries, just makes it easier to watch.







## Features

* Hides open/close file logging

* Colours errors red

* Colours warnings yellow

* TeX input prompt works in `errorstopmode` and `scrollmode`

* `latexmk` integration







## Usage

To install:

```bash

pip3 install quietex

```



To use:

```bash

quietex pdflatex test.tex

```



To use with `latexmk`, add this to your `latexmkrc`:

```perl

# Make output prettier

eval `quietex --latexmkrc`;

```








