How do I convert a document from Latex into Microsoft Word 2003? [closed]

All programs that allegedly convert a document from LaTeX to some word-processing format will lose some information that was there in the original, but apparently you’re willing to live with that. Here’s one trick that may or may not be suitable for your purposes: if latex2rtf does a good enough conversion (I have no idea … Read more

Git (or Hg) plugin for dealing with Microsoft Word and/or OpenOffice files

How about: Save your Word docs in XML. Commit your XML Word files. Diff using an external XML diff tool. For example: $ git difftool -t xmldiff c3d293 498571 Transforming the XML files to have one element per line should make the check-in process run efficiently and also allow the external XML diff tool to … Read more

How do I embed source code or HTML in Open Office Org Presentations without using screenshots?

Some people says that copying code from Eclipse editor works well (UPDATE: Proven FALSE). Another alternative is exporting to RTF (can also export line numbers), or to clipboard, from Highlight and then opening/pasting it in OpenOffice.org. (UPDATE: Proven TRUE) Here is a Highlight GUI screen shot: You can also switch from OpenOffice.org to LibreOffice, and … Read more