\documentclass{article}
\usepackage{bashful}
\pagestyle{empty}
\bash
texcount -sum -1 tmp.tex
\END
\begin{document}
%here is a front page and a table of contents
%Counted characters: \bashStdout}
%START CHARACTER COUNTING
This file has \emph{\bashStdout} words.
%END COUNTING CHARACTERS
\end{document}
问题
- 它只计算字符数,不计算单词数。
- 它只计算一个特定区域中的字符 - 并且只像 Microsoft Word 那样进行计算。
- 它将打印计数区域上方的数字。