If you see this, something is wrong
First published on Monday, Oct 28, 2024 and last modified on Wednesday, Jan 15, 2025 by François Chaplais.
Supported
Supported
Spacing command are implemented in math mode.
They are ignored in paragraph mode, except for non breaking spaces ~.
\frenchspacing and \nonfrenchspacing are ignored.
LaTeX special character escaping is supported.
LaTeX and TeX logos are rendered ony in math mode.
\today is implemented using the following format: Tuesday, May 7, 2024.
Emphasis is supported as well as text weight commands
\mbox is ignored as being a layout command.
Paragraphs are detected following the definition of the LaTeX guide; moreover they are semantically encoded in the HTML <p> markup.
\noindent is supported. \indent and \par are not currently supported.
These are defined in CSS for the whole document.
Footnotes work differently on the web than in print, because there is no page bottom. Footnotes are implemented in LaTeX2Web the following way:
in the normal view, the footnote content is hidden and replaced by a dagger character that is a link. When the link is clicked, the text of the footnote appears next to the dagger mark. Clicking on it makes the footnote disappear.
syntaxically, in the command \footnote[num]{text}, the num argument is ignored, because footnote are not numbered anyway.
Footnote styling is not implemented as it is not relevant.
Footnotes are implemented only in paragraph mode.
We maintain and enrich when possible a database of 7-bit LaTeX encoded accented characters with their UTF-8 conterparts.
Special symbols which are not produced by a combination with an accent, are replaced by their HTML entities.