<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 10, 2012, at 6:36 PM, Ross Moore wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">  \RequirePackage{graphicx}</span></blockquote><br></div><div>Thank you very much!</div><div>It did work. For the record, here is the sample code I used, following your suggestion:</div><div><br></div><div>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</div><div><br></div><div><div>\input miniltx.tex  </div><div> \RequirePackage{graphicx} </div><div> </div><div> Trying the recommendation by Ross Moore on how to do graphics in plain \TeX. </div><div> </div><div> </div><div> </div><div> \includegraphics[height=60mm]{RubiKo}</div><div> </div><div> Let us see if this works.</div><div> </div><div> \bye</div><div><br></div><div>-=-=-=-=-=-=-=-=-=-=-=-</div><div><br></div><div>By the way, one final mistake I made is that I had inadvertently left an extra space in front of the file name: </div></div> \includegraphics[height=60mm]{ RubiKo}<div>That was enough to generate the error message "file not found" </div><div><br></div><div>Best,</div><div>              Juan Tolosa</div></body></html>