
Beyond LaTeX videos
Video objects can be incorporated in LaTeX2Web.
The videos can be of two types:
- standalone videos in the mp4 format
- YouTube videos The syntax is the following:
\begin{video}\label{}
\url{the URL to your video}
\caption{}
\type{}
\height{}
\theme{}
\end{video}
If the label
is specified, there will be a number attached to the video. caption
works like for images or tables.
If the type
is not specified, it defaults to mp4.
The height
is an integer specifying the height of the video in pixels. If not specified, the height defaults to 700.
If specified, a theme
can be applied to the video player. There are four available:
city
fantasy
forest
sea