Loading...
SciTeX dotfiles

Ask anything about Scientific Research

Console
Ask anything about Scientific Research. I can take actions: stats, plots, literature, and your current work.
Files visitor-005/dotfiles
Viewer Viewer
No file selected Open a file from the Files tab to view it here
No commits yet
Not committed History
Blame
wordcount.tex • 793 bytes
%% -*- coding: utf-8 -*-
%% File: 01_manuscript/contents/wordcount.tex
\noindent\small
\readwordcount{./01_manuscript/contents/wordcounts/figure_count.txt} figures,
\readwordcount{./01_manuscript/contents/wordcounts/table_count.txt} tables,
\readwordcount{./01_manuscript/contents/wordcounts/abstract_count.txt} words for abstract, and
\readwordcount{./01_manuscript/contents/wordcounts/imrd_count.txt} words for main text
(\readwordcount{./01_manuscript/contents/wordcounts/introduction_count.txt} for introduction,
\readwordcount{./01_manuscript/contents/wordcounts/methods_count.txt} for methods,
\readwordcount{./01_manuscript/contents/wordcounts/results_count.txt} for results,
\readwordcount{./01_manuscript/contents/wordcounts/discussion_count.txt} for discussion)
\normalsize

%%%% EOF