Skip to main content

Statick analysis plugins for TeX/LaTeX files and projects.

Project description

Statick TeX/LaTeX Plugins

Service Status
Build Travis-CI
PyPI PyPI version
Codecov Codecov
Coveralls Coverage Status

Python Versions License Daily Downloads Weekly Downloads Monthly Downloads

This is a set of plugins for Statick that will discover TeX/LaTeX files and perform static analysis on those files.

The current plugins will discover TeX/LaTeX files in a project and can be configured to check those files using ChkTeX and LaCheck. Custom exceptions can be applied the same way they are with Statick exceptions.

Installation

The recommended method to install these Statick plugins is via pip:

pip install statick-tex

You can also clone the repository and use it locally.

Usage

Pip Install

The most common usage is to use statick and statick-tex from pip. In that case your directory structure will look like the following:

  • doc
    • latex-project
    • statick-output

To run with the default configuration for the statick-tex tools use:

statick latex-project/ statick-output/ --profile tex-profile.yaml

Pip Install and Custom Configuration

There are times when you will want to have a custom Statick configuration. This is usually done to run a different set of tools than are called out in the default profile, or to add exceptions. For this case you will have to add the new Statick configuration somewhere. This example will have custom exceptions in the latex-project, such that the directory structure is:

  • doc
    • latex-project
      • statick-config
        • rsc
          • exceptions.yaml
    • statick-output

For this setup you will run the following:

statick latex-project/ statick-output/ --user-paths latex-project/statick-config/ --profile tex-profile.yaml

Source Install and Custom Configuration

The last type of setup will be to have all of the tools available from cloning repositories, not installing from pip. The directory structure will look like:

  • doc
    • latex-project
      • statick-config
        • rsc
          • exceptions.yaml
    • statick-output
    • statick
    • statick-tex

Using the example where we want to override the default exceptions with custom ones in the latex-project, the command to run would be:

./statick/statick latex-project/ statick-output/ --user-paths statick-tex/,latex-project/statick-config/ --profile tex-profile.yaml

Tests and Contributing

If you write a new feature for Statick or are fixing a bug, you are strongly encouraged to add unit tests for your contribution. In particular, it is much easier to test whether a bug is fixed (and identify future regressions) if you can add a small unit test which replicates the bug.

Before submitting a change, please run tox to check that you have not introduced any regressions or violated any code style guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statick-tex-0.2.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

statick_tex-0.2.0-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page