Skip to content

Instantly share code, notes, and snippets.

@rsnemmen
Created October 28, 2014 19:20
Show Gist options
  • Save rsnemmen/1e9b74359ede3cda65c3 to your computer and use it in GitHub Desktop.
Save rsnemmen/1e9b74359ede3cda65c3 to your computer and use it in GitHub Desktop.
Count words in latex document (does not count latex commands)
# Count words in a latex file, without taking into account
# the latex constructs
detex $file | wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment