Compiling LATEX to computer algebra-enabled HTML5
Abstract
This document explains how to create or modify an existing LATEX document with commands enabling computations in the HTML5 output: when the reader opens the HTML5 output, he can run a computation in his browser, or modify the command to be executed and run it. This is done by combining different softwares: hevea for compilation to HTML5, giac.js for the CAS computing kernel (itself compiled from the C++ Giac library with emscripten), and a modified version of itex2MML for fast and nice rendering in MathML in browsers that support MathML.
Keywords
Cite
@article{arxiv.1707.01271,
title = {Compiling LATEX to computer algebra-enabled HTML5},
author = {Bernard Parisse},
journal= {arXiv preprint arXiv:1707.01271},
year = {2017}
}
Comments
The interactive HTML5/MathML version of the document is available at https://www-fourier.ujf-grenoble.fr/~parisse/giac/castex.htmlThe LaTeX source will not compile properly to PDF without installing the software described in the document