Post BAUl9SSnqchKNAfOAy by snowyfox@deadinsi.de
 (DIR) More posts by snowyfox@deadinsi.de
 (DIR) Post #BAUl9SSnqchKNAfOAy by snowyfox@deadinsi.de
       0 likes, 0 repeats
       
       Okay, I managed to include images in my plain TeX file.StackOverflow user egreg pointed to where to find extensions for plain TeX. They are included like any olden-days macro package - imported directly.https://tex.stackexchange.com/questions/457137/how-to-use-packages-in-plain-texCTAN documents these packages.https://ctan.org/topic/plain-extBack then, someone had the same problem of wanting to use 1990s' LaTeX's image import facilities, so they backported it.https://ctan.org/pkg/graphics-plnhttps://mirrors.ctan.org/macros/plain/graphics/README.mdThe manual for the graphicx package can be consulted.https://ctan.org/pkg/graphicxhttps://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdfTherein to use in plain TeX:\input graphicx\includegraphics{psFile}I only got it to work by including images in .ps format (by conversion from GIMP). Work with physical units, not screen units.