On Wed, Nov 11, 2020 at 08:09:44PM +0100, Christopher Dimech wrote: > > Let's keep for now @bfivepaper and @bsixpaper and I can test the html > version. But will require some direction on how to do it. > > Can you give me an abbreviated summary of commands if you please.
Run texi2any as texi2any -c HTML_MATH=mathjax --html. Wrap inline math in
@math{...} and display math in
@displaymath
...
@end displaymath
View the result in a web browser with JavaScript enabled.
