LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Monday, Oct 28, 2024 and last modified on Wednesday, Jan 15, 2025

C.1 Commands and environments

François Chaplais

Sections C.1.1, C.1.2 and C.1.3 are fairly general and will not be considered

1 Declarations

CommandCategoryStatus
\newcounterNumberingIgnored
\setcounterNumberingIgnored
\addtocounterNumberingIgnored
\pagenumberingPage, NumberingIgnored
\thispagestylePageIgnored
\pagecolorPageIgnored
\newlengthLayoutIgnored
\newsaveboxLayoutIgnored
\hyphnenationTextIgnored
\newtheoremMacroSupported
\newcommandMacroSupported
\renewcommandMacroTreated as \newcomand
\providecommandMacroTreated as \newcomand

2 Invisible commands and environments

CommandCategoryStatus
\pagebreakPageIgnored
\nopagebreakPageIgnored
\linebreakMisc.treated as \newline
\nolinebreakMisc.Ignored
\labelReferencesSupported
\indexReferencesNot supported yet, to be done
\vspaceLayoutIgnored
\glossaryReferencesNot supported yet, to be done
\marginparLayoutSupported
\colorMisc.Disabled by defaut
figureObjectSupported
tableObjectSupported

3 The \\\\ command

It is gracefully managed in math mode by the MathJax rendering engine. It is also handled in tables.

It is implemented in paragraph mode by replacing the double backslash with a \newline command.

4 Centering and "Flushing"

The following commands and environments are ignored

  • center

  • flushright

  • flushleft

  • \centering

  • \raggedleft

  • \raggedright

  • \raggedbottom