Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Including images in direct translation of TeX to PDF

Tech Computer Center logo

If you are using pdftex for direct translation of Plain TeX to PDF, follow these steps:

  1. Add these lines to the beginning of your file:
    \input miniltx   % `Mini-LaTeX'
    \def\Gin@driver{pdftex.def}
    \input graphicx.sty
    \resetatcatcode
  2. Create your graphic using either .jpg or .png format.
  3. At the point where you want to insert your graphic, use this TeX coding:
        \includegraphics{foo}
    where foo is the name of the file without its .jpg or .pngsuffix.

See also: Direct translation of TeX to PDF
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

John Shipman, john@nmt.edu

Last updated: 2002/12/05 01:58:39 UT
URL: http://www.nmt.edu/tcc/help/dtp/tex/pdfimages.html