Skip to content

dainiak/latexcheck-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeXcheck — a linter for LaTeX documents

This is a console script version of a similarly designed online LaTeX linter. The kind of errors that the program checks for are in the vein of ChkTeX.

It is assumed that syntactic errors that lead to $\LaTeX$ compilation failures (like unbalanced parentheses) have been eliminated prior to running the tool.

Please note that the checker’s output may easily contain false positives. This is unlikely to be possible to completely eliminate due to $\LaTeX$ complexity and flexibility.

Installation:

pip install latexcheck

Usage:

latexcheck somefile.tex

Help:

latexcheck --help

About

LaTeXCheck version with Python backend using TexSoup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages