Conversion Tools ⇒ Converting Latex to Word/RTF
Converting Latex to Word/RTF
I have converted a latex document to RTF before using latex2rtf, but i've just tried it on a larger document (one with multiple \include{chapters}) and it tells me that only a single file can be processed at a time.
Is there anyway around this or am I stuck?
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Converting Latex to Word/RTF
You could also write a script to do it; something that essentially does what LaTeX does when it sees \input or \include, only do it yourself.