On Aug 5, 2008, at 7:22 AM, Mario S. Mommer wrote: > When I convert the attached .tex file with the command line > > latex2rtf -M6 test.tex > > I end up with a .rtf file (also attached) which, at least in open > office, ted, and abiword, does not show the inline math that contains > subscripts and superscripts. What am I doing wrong?
The problem is that latex2rtf is using MS Word fields to convert the inline equations. This tends to produce much better results when viewing the translated document in Word, but as you have discovered, it fails badly when using other editors. To avoid this use latex2rtf -f0 -M6 test which explicitly turns off all use of fields. In a quick test of your file, this works much better, but in my rtf reader subscripts seem to fail. This is probably a bug that needs to get fixed. Scott ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Latex2rtf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/latex2rtf-users
