I need to extract text-only content from my thesis document written in LaTeX for an automated anti-plagiarism check. I know only about the "draft" option and it's not enough.
I am supposed to omit:
- images,
- tables and other figures,
- equations,
- captions and footnotes.
It'd also be nice to remove all the references. The output should be a plain (UTF-8 encoded) text file.
Is there any straightforward way to do this? I don't really fancy copying it manually page-by-page.