R/MRatCalcpowered by RiX

RiX walkthrough 18 e

Export a LaTeX report

Combine exact math, a table, and a portable document structure in TeX.

Produce standalone TeX

LaTeX source generation runs entirely in the browser. Document structure stays semantic and embedded .Graphics scenes lower through the shared TikZ renderer.

Runnable RiX

Set standalone=0 for a body fragment. Use .Out("report.tex", report) to write a complete source document from the CLI.

  • Browser: complete TeX source generation; no compilation.
  • CLI: no external tools to emit .tex.
  • Options: title and standalone.

Publish synthetic division

The Algebra Grid is a portable document node, so it lowers directly into a LaTeX table without rebuilding the calculation for TeX.

Runnable RiX