LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Friday, Apr 11, 2025 and last modified on Friday, Apr 11, 2025

makecell

François Chaplais

LaTeX2Web has basic support for the makecell package.

When LaTeX2Web encounters a \makecell command, it first extracts its argument.

In the corresponding string, it replaces every occurence of a double backslash by a \newline command. Then it replaces the whole content of the \makecell command by the modified string.

Later, upon table parsing, the \newline command will be correctly interpreted as an HTML new line command.

Note that you can also use the \newline command directly inside your tables and LaTeX2Web will interprete it correctly.