Hi
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
Conversion Tools ⇒ Converting Latex to Word/RTF
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Converting Latex to Word/RTF
You could create a file in which all the chapters are included in one master file. For example, VIM (a text editor) allows the inclusion of a text file at the current cursor position using ":r [textfilename]".
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.
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.