LaTeX to FrameMaker MML Translator

See the download page to obtain this program

Description

This is a program to convert LaTeX source files into FrameMaker MML (Maker Markup Language) format. Run la_mml on a LaTeX file to generate MML output:

la_mml -a myarticle.tex

Now open la_mml.mml with FrameMaker. The resulting format will be approximate. To improve it do the following:

Documents may start with the \documentstyle command (LaTeX 2.09), or with \documentclass and \usepackage (LaTeX2e). Style files and packages are largely ignored.

Options

-a
process as an article
-b
process as a book
-r
process as a report
-v
display program version
-A
generate all paragraph formats on MML output
-U
list unconverted LaTeX commands to standard error

History

Original version by R. Nigel Horspool <nigelh@csr.uvic.ca>, 1994

Extended version by Ken Turner and Felicia P. Hsu, 27th Sep 1994

Revised version by Ken Turner, 4th May 1997

Revised version by Ken Turner, 29th Mar 2008