LaTeX Word Count
SublimeText 2+3 plugin providing a customisable word and character counter for LaTeX and plaintext files
Details
Installs
- Total 42K
- Win 18K
- Mac 16K
- Linux 7K
Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 3 | 2 | 0 | 6 | 1 | 5 | 0 | 2 | 7 | 2 | 5 | 3 | 2 | 2 | 2 | 2 | 2 | 7 | 5 | 1 | 2 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 2 | 6 | 3 | 1 | 1 | 0 | 0 | 2 | 2 | 2 | 3 | 8 | 7 |
Mac | 0 | 0 | 2 | 4 | 0 | 4 | 2 | 1 | 3 | 1 | 2 | 1 | 2 | 0 | 3 | 3 | 0 | 0 | 1 | 4 | 6 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 3 | 4 | 3 | 1 | 1 | 1 | 3 | 1 | 0 | 0 | 4 | 3 | 2 | 1 | 4 | 1 |
Linux | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 3 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
LaTeX Word Count
A Sublime Text word and character count plugin for LaTeX and plaintext files.
Usage
LaTeX Word Count can be installed easily using Sublime Text Package Control.
Go to Tools -> Word Count
to display word, character and line counts for the current selection, or for the entire file if nothing is selected.
The default key binding is Control + Shift + C
LaTeX support
The main purpose of this plugin was to support reliable word counts for files with LaTeX markup. The plugin ignores the preamble, abstract, formulas, captions, and supports excluding headers, footnotes and appendices. Have a look at the available config options in Preferences -> Package Settings -> LaTeX Word Count
to customise what gets counted.
Suggestions
- Adding support for other ST-recognised markup languages should be pretty straightforward, have a look here to see how it's done for LaTeX and chip in!
- A real-time word count displayed in the status bar a la WordCount would be nice and not too hard to implement. If anyone's actually using this plugin and would like this feature just let me know and I'll add it!
- Sublime Text's
scope_name()
function could potentially be used to produce more robust stripping of LaTeX commands than the current regexp-wizardry.
License
This plugin combines a simple LaTeX word count python script that I wrote in 2009, the basic plugin structure taken from Naomichi Yamakita's string_counter, as well as changes and fixes submitted by GitHub contributors.
Released under the MIT License