LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Saturday, Mar 29, 2025 and last modified on Saturday, Mar 14, 2026

Images in Documents Live

François Chaplais

1 Insert images into a document

\begin{figure}
\includegraphics{algorithm-photo.jpeg}
\caption{Vintage computing}
\end{figure}
\begin{figure}
\includegraphics{https://upload.wikimedia.org/wikipedia/commons/e/ec/Carl_Friedrich_Gauss_1840_by_Jensen.jpg}
\caption{A remote image: portrait of Carl Friedrich Gauss}
\end{figure}
You can also use the \includegraphics command inside reunning text. Here is an example with an SVG graphic: \includegraphics{creating a nft picture.svg}
\begin{image}
\url{fathers-day-composition.jpeg}
\alt{Sepia photos in a book.}
\end{image}
\begin{imageLink}
\imageUrl{https://upload.wikimedia.org/wikipedia/commons/e/ec/Carl_Friedrich_Gauss_1840_by_Jensen.jpg}
\url{https://en.wikipedia.org/wiki/Carl_Friedrich_Gauss}
\alt{Carl Friedrich Gauss}
\caption{Have look at the Wikipedia page on Gauss.}
\end{imageLink}

2 Upload images

3 Get the URL of your image files