LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Wednesday, Jun 25, 2025 and last modified on Sunday, Feb 22, 2026 by François Chaplais.

Documents Live columns

François Chaplais

1 Remove columns, replace columns

2 The LaTeX2Web columns environment

\begin{columns}[number of columns]
\begin{col}[column span]
Content of first column.
\end{col}
\begin{col}[column span]
Content of second column.
\end{col}
\end{columns}