tags:

views:

436

answers:

1

I have some .tex files from which I want to receive the plain text without any latex tags such as \section{...} or \newpage.
Does anybody have any idea on how to achieve this? I also have the .pdf file but when I just copy the code from there, some words get concatenated which is real bad.
Is there any tool you know?

+6  A: 

detex(1)

Charlie Martin
thanks very much
cb0
You're welcome!
Charlie Martin