I'm preparing a book to be published and keeping everything in .docx files. Other than text the files include graphs (jpeg) and lots of equations typed in MathType. Since MS Word is not fully appropriate to balance text and shapes according to book format, some pages are having spacings at the bottom after some text, and then comes a shape on the next page. I know that LaTeX is very good at formatting, so is it possible to convert MS Word documents (or PDF documents, since I can easily convert them to PDF) into LaTeX format so that I can handle my work in LaTeX from now on?
|
|
This is the first result from google and seems to offer the features you want: |
|||
|
|
|
Late to this party but have you tried looking at the stackoverflow question? If you are a complete newbie to latex it looks like wordtolatex and gaussnewton seem best choices. |
|||
|
|
|
I don't know about equations, but there are several rtf to LaTeX converters that should also handle the graphs. |
|||||
|
|
docx2tex is the best. It's free software, based on .NET, and works well. You may be able to get this to work with Mono on non-Windows machines: it uses just the System.IO.Packaging .NET class, which has recently been implemented in Mono. |
|||
|
|