<div dir="ltr"><div class="gmail_default" style="font-family:garamond,serif;font-size:large">Thank you. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 7, 2022 at 7:51 PM Boris Veytsman <<a href="mailto:borisv@lk.net">borisv@lk.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">WB> From: Walt Burkhard <<a href="mailto:burkhard@cs.ucsd.edu" target="_blank">burkhard@cs.ucsd.edu</a>><br>
WB> Date: Fri, 7 Jan 2022 17:02:12 -0800<br>
<br>
<br>
<br>
WB> I am working with plain TeX and would like to include a small photo jpg<br>
WB> file.    How can I do this?<br>
<br>
That is what David Carlisle's graphics-pln is for<br>
<br>
Suppose you file is sample.jpg<br>
<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
\input graphicx<br>
\includegraphics[width=4in]{sample}<br>
\bye<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<br>
then use pdftex to compile<br>
<br>
-- <br>
Good luck<br>
<br>
-Boris<br>
<br>
If you talk to God, you are praying; if God talks to you, you have<br>
schizophrenia.<br>
                -- Thomas Szasz<br>
</blockquote></div>