format:
character vector of length 1 setting the output format for maxima.get() and maxima.repl(). Can be one of "linear", "ascii", "latex" or "mathml".
engine.format:
same as option format, but for outputs in RMarkdown documents.
inline.format:
character string setting the output format for maxima.inline(), for knitting outputs inline into RMarkdown documents. Can be one of "linear", "latex" or "mathml", but not "ascii".
label:
logical of length 1, whether reference labels should be printed for returned S3 objects from maxima.get() and maxima.repl() (TRUE, default), or not (FALSE). This also applies to printing of input commands using iprint().
engine.label:
same as label, but for outputs in RMarkdown documents.
inline.label:
same as label, but for inline outputs in RMarkdown documents.