Purplelink
← All guides

How to count words in a LaTeX document

Word limits are strict in many venues, but counting words in LaTeX is surprisingly fiddly because of all the markup. Here's how to get a number you can trust.

Conferences and journals enforce word and page limits, but LaTeX source is full of commands that aren't words. The challenge is counting the prose without counting the markup. You can paste text into our free word counter for an instant count, or read on for the trade-offs.

Why counts disagree

Three methods give three different numbers:

The practical approach

  1. For a quick estimate, paste your body text into the word counter - it reports words, characters, sentences, and reading time live.
  2. For a strict submission limit, decide what the venue counts: does the limit include the abstract? References? Captions? Read the call for papers.
  3. Count the relevant sections only, excluding the bibliography and any appendices that don't count toward the limit.

What usually does not count

When in doubt, the safest move is to be slightly under the limit using the strictest reasonable interpretation.

Frequently asked questions

Why is my LaTeX word count different from Word's?
LaTeX source includes markup commands that aren't prose. Counting the raw .tex inflates the number, while tools like texcount or counting the compiled text give a closer match to what a reader sees.
Does the bibliography count toward a word limit?
Usually not, but it is venue-dependent. Check the call for papers - some limits exclude references, captions, and appendices, and some don't.
Can I count words without compiling?
Yes. Paste your body text into the free word counter for an instant count. It runs entirely in your browser and stores nothing.
Does the counter handle LaTeX commands?
The counter treats any non-whitespace sequence as a word, so raw commands are counted as written. For prose-only counts, paste the text without the surrounding markup.

From the team behind these tools

Writing LaTeX on a Mac?

We're building ModernTex - a native macOS LaTeX studio. Join the waitlist for one email at launch.

We'll only use your email to notify you at launch. Privacy Policy · Learn more about ModernTex →