PREV UP next texi2www user's guide

3.4: @gif{pict.gif}

This extension provides a method for inserting a gif file in both the html and printed document. For example, here are my arrow icons:
prev: , up: , and next:

3.4.1: @gif{} and texi2www

texi2www copies pict.gif to the destination directory.

3.4.2: @gif{} and texi2dvi

texi2dvi converts pict.gif to a font and uses this font to insert the picture in the document. This conversion to a font requires that the pbmplus and bm2font utilities be installed on your system:

pbmplus
A suite of utilities for manipulating images. texi2dvi uses giftopnm, pnmscale, pnmnlfilt, ppmquant, and ppmtogif. These utilities can be obtained from <ftp://ftp.x.org/contrib/utilities/netpbm-1mar1994.tar.gz>.
bm2font
bm2font converts a bitmap images (including ``.gif'' images) to a font that can be used in a TeX document. bm2font can be obtained from <ftp://ftp.shsu.edu/tex-archive/graphics/bm2font.tar.gz>.