Rich Shepard wrote:

>   I would like to include a few maps and other bit-mapped graphics
>   (in
> grey-scale, not color) in my book. Is there a preferred format to
> use, as .eps is the preferred format for vector graphics?

The 'latex' compiler can handle eps images only. The 'pdflatex' 
compiler can handle 'pdf' and 'png' format images.

You can wrap bitmap images in an eps file using:

$ convert PNG:your_file.png EPS3:your_file.eps

(Generates Adobe Level III Encapsulated PostScript file or about the 
same size as the original bitmap file.)

See man ImageMagick

-- 
Angus

Reply via email to