Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created May 1, 2012 10:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sciss/2566986 to your computer and use it in GitHub Desktop.
Save Sciss/2566986 to your computer and use it in GitHub Desktop.
Enable Word Count in TeXShop

Word counting questions almost always lead to statements about its impossibility and/or uselessness. However, if you use TeXShop there is an engine for counting words (texcount) in the ~/Library/TeXShop/Inactive/texcount folder. Drag either of the engines out of its folder into the Engines folder, and you can use that to count words. To use it, choose it as the engine and then "typeset" the document. It will open a web summary of the counts and how it did it. It works off of the latex source, but is pretty good for most things.

From comp.tex.macosx

@seanbethard
Copy link

There's also a texshopfull.engine in texcount. Adding only texcount.engine or both engines to Engines doesn't produce any HTML files for me, even after restarting TeXShop. I wonder if I need to tell something else to look for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment