HomeImages*.img & CS-TeX/MultiTeX*.pcx & emTeX
User Manual UDO > The UDO syntax > Images Index

*.msp & emTeX

If you are using emTeX and you want to include an MSP image to your DVI file you have to add !tex_emtex to your preamble. Furthermore you have to set the resolution of an image via !tex_dpi.

The macros for emTeX are generated according to the information of dvidrv.doc of emTeX.

In first place UDO tries to read in the header of tiger.msp when reading the command !image tiger A tiger. If UDO doesn't find tiger.msp it will try to find tiger.pcx.

An example shows what kind of macro UDO generates for emTeX. w and h represent the width and height of the image:

\begin{figure}[htb]
\begin{...}
\begin{picture}(,)
    \put(0,){\special{em:graph tiger.msp}}
\end{picture}
\end{...}
\caption{A tiger}
\end{figure}

Hint:

I use !tex_dpi 300 on my HP DeskJet 510 to display screenshots.


Copyright © www.udo-open-source.org (Contact)
Last updated on May 19, 2014

HomeImages*.img & CS-TeX/MultiTeX*.pcx & emTeX