\image

Description

Places an image at the current location. In preview processing, attempts to load an eps file; in production processing (using the LaTeX2EDU conversion service), places an image tag pointing to the indicated graphic.

Syntax

\image[ext]{filename}
ext option
The extension to be appended to the filename (the second argument) when the testbank is converted to EDU format. If the second argument is a full filename with extension, the first argument is ignored.
filename
The filename of the graphic.

The recommended way to use \image is as follows.

  1. In the document's preamble (between \usepackage{ed} and \begin{document}), use:
  2. Use the command \image{graphic} to place the image graphic.ext , where ext is either the argument to \setDefaultExt or the default jpg.

Notes

Examples