Page 1 of 1

How to generate the user manual using MARS.

PostPosted: Tue Jul 21, 2015 5:54 pm
by ES3
The MARS manual is built into the executable so it is consistent with the specific version of the software.

Assuming the MARS executable is named marsO.

For Version < 2015.1.20, the latex version of manual is built into MARS.
  1. Run
    Code: Select all
    marsO -d latex
    to generate marsManual.tex.
  2. Run
    Code: Select all
    pdflatex marsManual.tex
    to generate the pdf version of the manual.

For Version >= 2015.1.20, the pdf version of manual is built into MARS.
Code: Select all
marsO -d pdf