General ⇒ Word-to-LaTeX
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Word-to-LaTeX
Does anybody know a program which can help me to convert some Word files in to Latex?
I used Word-to-latex but that gave me the following error:
Conversion started.
--------------------------------------------------------------------------------
Word version: 12.0
Input filename: C:\Users\Bouwie\Desktop\METHYL DONOR expirimental.doc
Output filename: C:\Users\Bouwie\Desktop\METHYL DONOR expirimental.tex
Config filename: C:\Users\Bouwie\Desktop\test
--------------------------------------------------------------------------------
Unknown error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Word.Find.ClearFormatting()
at WordToLatex.WLSymbolFont.SymbolToUnicode()
at WordToLatex.WLConvertor.ConvertInner()
at WordToLatex.WLConvertor.Convert()
I donot know how to fix this. And I also tried GrindEQ Word-to-LaTeX. But you will have to pay for that one.
I there is anyone how has some other options I'm happy to here them.
Thanx,
\BoudewijnD
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Word-to-LaTeX
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Word-to-LaTeX
And because of al the $ latex get more than 100 errors and stops

So is there an other solution for this?
And maybe it is also a bit off because use Office 12 (2008) and this is not supported by the program
\BoudewijnD
ps: offcourse I saved the file as .doc

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Word-to-LaTeX
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Word-to-LaTeX
If it's a data file, and the structure is very regular, you might be better off writing your own conversion script -- it would depend on the file, however.
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Word-to-LaTeX
Please point me in the right direction.
Re: Word-to-LaTeX
You can also do it from the command line
abiword --to=latex myfile.doc
I mainly use the linux version; I do have the Windows version installed too on my Windows partition, however, and it also does latex output, so it's not specific to the linux version. It might be, however, that you have to choose the option to install that output filter when you're installing AbiWord. I seem to remember not every one being part of the "default install".
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Word-to-LaTeX


thanx!!