Skip to content

qarth/Chrisper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chrisper: Check the style of your papers

Chrisper is a small utility that checks for common mistakes in the latex source of Computer Science papers.

The reference that we follow is Bugs in Writing.

Install

The only dependencies are "detex", which you can install on a Debian derivative system with:

sudo apt-get install texlive-extra-utils

and "nltk", which you can install with:

sudo pip install nltk

If you want to be fancy and have the (optional) colored output,

 sudo pip install clint

Add chrisper in you path to use it, or copy it directly in the root path of you awesome paper.

Usage

chrisper *.tex

Example

An run of Chrisper on this_tex_file gives this output:

Alt text

Contributing

You're more than welcome :)

Related Work

About

Detect common mistakes in academic papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • TeX 2.2%