I work on Mac OS X Yosemite 10.10.3 (terminal or gui , no problem).
The file.tex used as input comes from a Windows Tex editor and I've run it on Mac. PDF output is perfect. But I need it in MS word.
1. I've tried tex2rtf but no success
2. I've tried SimpleTex4ht asking for *.odt as output
Many "! error messages" obtained in *.log
Errors begin in this way:
Code: Select all
! Argument of \index has an extra }.
<inserted text>
\par
l.2160 \pend:def\index{\leavevmode}
I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.
Runaway argument?
! Paragraph ended before \index was complete.
<to be read again>
\par
l.2160 \pend:def\index{\leavevmode}
Code: Select all
\usepackage[english,ngerman,french,greek,spanish]{babel}
\usepackage[LGR,T1]{fontenc}
Curly braces {} are all checked throughout the whole *.tex file
Any first clue or suggestion?? I'm obviously new to Tex and the reason for 'transforming into Word' is not my choice, it is mandatory.
Thank you very much in advance for your help,