Another way of going about my problem with a non-LaTeX collaberator, Is there a way to dump out the text of a LaTeX document? As in, instead of making a nice PDF, just give me the raw text output, sans fancy formatting? So if I had something like:
\documentclass{article}
\begin{document}
Foo \emph{bar} baz
\end{document}
It would give me a .txt with just "foo bar baz" in it (I could always try and copy and past out of the PDF I guess....)
catdvibe used here? – Sean Allred Nov 28 '13 at 19:29