Search found 2 matches

by gypsruepelli
Wed May 20, 2015 7:37 pm
Forum: TeXShop
Topic: Converting LaTeX to MS Word or OpenOffice
Replies: 3
Views: 38983

Re: tex to MS word (or Openoffice .odt)

Thanks, yes I've tried many things.
With pandoc...

pandoc -f latex -t odt -o myfile.odt myfile.tex

I obtain this error...

pandoc: Cannot decode byte '\xf3': Data.Text.Internal.Encoding.Fusion.streamUtf8: Invalid UTF-8 stream

Maybe it's a simple issue, but I haven't managed to solve it. My file ...
by gypsruepelli
Tue May 19, 2015 7:19 pm
Forum: TeXShop
Topic: Converting LaTeX to MS Word or OpenOffice
Replies: 3
Views: 38983

Converting LaTeX to MS Word or OpenOffice

Hi, I 'just' want to transform file.tex into file.doc (or file.odt (for treating it with openoffice))

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 ...