I have a document that I am writing that involves a lot of code blocks written as :
begin{python}
# Some code
end{python}
Using the listings package to form this into code blocks.
I want to get a word count that does not count LaTeX commands, but that also ignores anything inside these code blocks. As far as I can tell TexCount does not have this functionality, but please let me know if it does.
New contributor
bemy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.