TeXact’s documentation¶
TeXact is a tool for finding miscellaneous mistakes in LaTeX code and article writing.
The repository can be found at GitHub. Please report any issues or suggestions there. Contributions are also welcome.
Installation¶
TeXact can be installed using pip, either directly from git or after cloning the repository.
Install TeXact from git
$ pip install "git+ssh://git@github.com/Theodor-Lindberg/TeXact.git"
Install TeXact after cloning
$ pip install .
If Texact has already been installed, chances are a cached version will be used instead of the latest from Git. To be sure the latest is installed, to the following:
Install TeXact from git, avoiding caches
$ pip install --force-reinstall --no-cache-dir "git+ssh://git@github.com/Theodor-Lindberg/TeXact.git"
Usage¶
After installing, run TeXact from the command line:
$ texact path/to/file.tex
For more information, run
$ texact -h
See also
- Integration
Information on how to use TeXact in pre-commit, TeXstudio, and more.
Contents: