Skip to content

Instantly share code, notes, and snippets.

@Lauszus
Last active January 21, 2016 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lauszus/d80ff2a24d36434a8716 to your computer and use it in GitHub Desktop.
Save Lauszus/d80ff2a24d36434a8716 to your computer and use it in GitHub Desktop.
Calculate "normalpages" of Latex report
$ detex Report.tex | echo "scale=3; `wc -m`/2400" | bc -l
$ detex Report.tex | tr -d ' \t\r\n' | echo "scale=3; `wc -m`/2200" | bc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment