02 March 2011

latex quick word count

latex true word count -
$pdftotext file.pdf - | grep -E '\w\w\w+' | iconv -f ISO-8859-15 -t UTF-8 | wc -w

0 comments:

Post a Comment

Blog Archive