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 Thursday, Jul 31, 2025

graphics

François Chaplais

1 Color

Color in math is managed by the MathJax engine.

Otherwide, most of the xcolor package is supported. A list of LaTeX2Web pre-defined colors are defined at this page.

2 Images

2.1 Image operations

To be honest, these are not implemented because we think this is not worth the effort and often produce bad taste results.

If there is a strong demand for this, contact us and we may implement the transforms using the imagick package.

2.2 \includegraphics

The command is supported

  • inside a figure environment.

  • inside display math. In this case, a LaTeX2Web specific environment image encapsulate the image reference.

The starred version is not supported and optional parameters are ignored.

LaTeX2Web special: the file parameter of the command can also be a valid URL, enabling you to display remote graphics in your document.

2.3 The svg package

LaTeX2Web treats \includesvg commands exactly as if they were \includegraphics commands.