функция подсчета слов

функция подсчета слов

как использовать "Words: \quickwordcount" или функцию подсчета слов с нижеприведенной структурой в main.tex? Это может быть другой tex, например wordcount.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}

Связанный контент