I use an .eps image file in my customized letterhead. Is there a place in my (Windows XP) file structure that I can place the file so that all of my letters inherit the image? I tried putting it in my localtexmf letterhead.sty folder, but that didn't work.
Asked
Active
Viewed 41 times
0
steven_nevets
- 1,549
mwepackage, so any of your texmf trees under texmf/tex/latex/*/xxx.eps – David Carlisle Mar 05 '15 at 22:21C:\localtexmf\tex\latex\@MyStyles\templates\letterheadalongsideletterhead.sty. I then updated FNDB and ran ps2pdf. It compiles with no errors, but reportsCould not find figure file impage.eps; continuing.Then (among other things),ps2pdf> UNC paths are not supported. Defaulting to Windows directory.– steven_nevets Mar 05 '15 at 23:23\includegraphics{example-image}work to pull in an example from mew package? – David Carlisle Mar 05 '15 at 23:50mwepackage to my local repository:C:\localtexmf\tex\latexand ranincludegraphics{example-image}. I get the same result. The document compiles with no errors, but reportsCould not find figure file example-image.eps; continuing., and the image does not appear in the resulting pdf. So tex finds mwe.sty, but fails to find the contained image. I'm stumped. – steven_nevets Mar 06 '15 at 22:09