Skip navigation

One significant disadvantage of using LaTeX, especially as a non-native speaker, is lack of grammar checker as in MS Word. Although it was really painful to do grammar check, now it becomes much easier than before, especially thanks to OpenOffice.

Previously, to check grammar, I converted LaTeX document in to a HTML file (by latex2html or latex4ht) and opened it with MS Word.

An annoying part of this procedure is that mathematical equations and variables are not recognized as equation objects. As a result, MS Word thinks that there many grammatical errors and typos. For example, a variable A_{t} is regarded as “at.”

Since OpenOffice employs MathML, a converted document in an OpenOffice format is much more comparable to the original LaTeX document. Even though OpenOffice version 3 or higher is capable of grammar checking, we can use OpenOffice to export the converted document as a .doc file or a .rtf file, so that we can open it with MS Word.

Procedures:

  1. Install TeX4ht if not available
  2. Convert your .tex file by
    mk4ht oolatex your_filename.tex
  3. A .odt file and a bunch of other files will be generated
  4. Open the .odt file by OpenOffice and perform grammar check

 

I was pretty much astonished by the quality of the conversion and how smooth I can check my grammar.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.