I am preparing a report using LaTeX and would like to add several documents saved as Word files. I have tried this before making each page a figure but I really don't like the results. Any help would be appreciated.
|
if you need the documents as TeX source, then install a trial version of |
|||
|
|
I wrote a blog post comparing a number of different ways of converting documents to LaTeX format. My two favorites are the LaTeX export routine of the OpenSource Word Processor AbiWord which can open a file in Word format and save as LaTeX (this uses the wvWare libraries for conversion; make sure you install the extra export plugins and math support when you install), and the rtf2latex2e converter which will convert RTF files to LaTeX (of course you must first export to RTF in Word). If this is something you really care about, though, nothing will eliminate the need for going over the results and tweaking them as needed. |
|||
|
Another way to obtain a LaTeX source would be to use OpenOffice.org Writer with the Writer2LaTeX extension. However, the resulting source will need some post-processing. |
|||
|
|
pdfpagespackage to insert the pdf files into your document. – Jan Hlavacek Jan 22 '11 at 1:56