LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Thursday, Oct 31, 2024 and last modified on Monday, May 5, 2025

amsmath

François Chaplais

1 Math

Within equations, amsmath is handled by the MathJax engine.

amssymb symbols are managed by the MathJax engine.

2 Equation numbering

Re-numbering commands are not implemented because LaTeX2Web handles numbering and cross references by itself.

The subequations environment is supported as well as possible. Specifically, in multi-line equations, LaTeX2Web splits the equation environment into several ones, depending on the position of labels. This is necessary to fetch the right equation chunk when the equation number is clicked in the web page.

3 Subequations

The subequations environment is supported.

4 Operator names

\DeclareMathOperator is implemented in LaTeX2Web.

5 \text

The command is implemented through MathJax.

6 Miscellaneous

  • \eqref is implemented by LaTeX2Web

  • The cases environment is implemented

  • \bm is replaced by \boldsymbol