我在终端中使用 perl 脚本texcount来计算我的 tex 文件中的单词数。然而,我正在写的论文很长,我已经把它分解了,每个部分都有自己的 tex 文件,当我想打印文档时,有一个整体文件 (Thesis.tex) 结合了每个部分。在Thesis.tex上运行texcount不会给我每个文件的总字数,而只是给我 Thesis.tex 的总字数。
我想写一个小脚本,在每个部分调用texcount并总结字数,以便我得到一个整体字数。
我有 5 个部分,不包括 Thesis.tex:
-Thesis.tex (which combines them all),
-Introduction.tex
-Literature.tex
-Model.tex
-Results.tex
-Conclusion.Tex
texcount 命令的输出如下所示:
JoeDanger:Dissertation joedanger$ texcount Thesis.tex
File: Thesis.tex
Encoding: ascii
Words in text: 34
Words in headers: 13
Words in float captions: 0
Number of headers: 1
Number of floats: 0
Number of math inlines: 0
Number of math displayed: 0
我想总结的是文本中的单词:输出。