[texhax] using jpg files
Heiko Oberdiek
heiko.oberdiek at googlemail.com
Sun Jun 3 11:34:12 CEST 2012
On Thu, May 31, 2012 at 07:11:40AM -0700, Walt Burkhard wrote:
> I am using TeX (not LaTeX) and need to include a few jpg files. What
> tools do we have for this?
With the help of `miniltx' the LaTeX package `graphicx' can also
be used in plain TeX:
\input miniltx.tex
\def\Gindriver{xetex.def}
\input graphicx.sty
\resetatcatcode
\includegraphics{image.jpg}
\bye
The documentation for \includegraphics and `graphicx' can be
found in `grffile.pdf'.
Yours sincerely
Heiko Oberdiek
More information about the texhax
mailing list