Skip to content

texsquisite

A LaTex linter written in Python.

Commands

  • texsquisite check - Check all *.tex files in working directory
  • texsquisite check [path ...] - Check the given files and folders
  • texsquisite check --fix - Check, and apply the fixable changes
  • texsquisite check --diff - Check, and show what --fix would change
  • texsquisite explain [id] - Describe every linting rule, or one of them
  • texsquisite help - Print the help message

It exits with 0 when no error was found, 1 when one was, and 2 when the command line could not be understood.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.