40. Multimedia

You can include a multimedia object (picture, video, animation, soundclip) anywhere in the ETD.

In the preamble (between ``['' and ``]''),

  1. Declare the object type (gif, jpeg, etc.)
    <!NOTATION gif SYSTEM >

  2. Delcare the multimedia file name
    <!ENTITY lander SYSTEM "lander.gif" NDATA gif >

And in your document:

    <mm  entity=lander>color graphic, gif, 12k</mm>
[Next]
[Prev]
[Home]