Metadata-Version: 2.1
Name: CheckMyTex
Version: 0.1.0
Summary: A simple tool for checking complex LaTeX documents, e.g., dissertations.
Home-page: https://github.com/d-krupke/checkmytex
Author: Dominik Krupke
Author-email: krupke@ibr.cs.tu-bs.de
License: MIT
Keywords: LaTeX
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyspellchecker
Requires-Dist: flachtex
Requires-Dist: yalafi

# CheckMyTex

A tool to comfortably check complex LaTeX documents, e.g., dissertations.

This is a super early prototype.

## Components

* languagetool
* chktex
* YaLaFi
* flachtex
* pyspellchecker

These tools may have different licences.

## Features:

* Wraps a set of tools for checking LaTex-smells, spelling errors, and grammatical issues.
* Simple command line interface.
* Whitelist
* Directly edit the file. (works with vim and nano for now)
* Can process complex LaTeX-documents (most other tools work file based).

## Usage:

```bash
checkmytex main.tex
```
Problems are now listed one after the other and you get multiple
options to deal with it.

