Interpreting Tex into Plaintext
The plaintext file could be used for automatic spell checking or proofreading.
-
Error message: "-bash: ./tex2text.sh: /bin/env: bad interpreter: No such file or directory". Run this command in terminal: sudo ln -s /usr/bin/env /bin/env
-
Error message: "./tex2text.sh: line 27: dos2unix: command not found”. Run this command in termianl: sudo apt-get install dos2unix