Latex and Linux
- Conversion of a .tex document to open document format (RTF): latex2rtf file.tex
- Conversion of a .tex document to open document format (ODT): mk4ht oolatex file.tex
- Some notes:
- disable hyperref package to prevent odd bug in citation listings
- input document should be latex-safe, i.e. eps figures
- need a working java installation
- commands like \onehalfspacing or begin{singlespace}…end{singlespace} may not work (setspace package)