Conversion ToolsConverting Latex to Word/RTF

Information and discussion about output converters related to LaTeX (e.g. dvips, ps2pdf, ...)
Post Reply
pazmush
Posts: 23
Joined: Thu Jan 01, 2009 11:39 pm

Converting Latex to Word/RTF

Post by pazmush »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Converting Latex to Word/RTF

Post by kaiserkarl13 »

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.
Post Reply