単語カウント機能

単語カウント機能

main.tex で以下の構造を持つ「Words:\quickwordcount」または単語カウント関数を使用するにはどうすればよいでしょうか? wordcount.tex のような別の tex でもかまいません。

前もって感謝します。

\pagestyle{empty}


\begin{document}
\newgeometry{margin=1in}

\title {ABC} 
\author{ABC}

\date{February 28, 2023}

% -------------------- Title page -------------------- %
%TC:ignore
\maketitle
\thispagestyle{empty}

%TC:endignore

\input{body/abstract}
\input{body/keywords}

\clearpage

\singlespacing

\input{body/introduction}
\input{body/motive}
\input{body/localization_mechanism}
\input{body/case_selection}
\input{body/case_study}
\input{body/conclusion}

\clearpage
% \bibliographystyle{chicago}
\printbibliography


\end{document}

関連情報