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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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.