I'm using the chemstyle package to produce chemical reaction schemes. It uses the psfrag package to replace placeholders in eps graphics with numbers for molecules. I'm trying to use Times New Roman font in these eps files (not for the placeholders, but for other text), but LaTeX doesn't seem to like it:
### /usr/texbin/dvips -R -Poutline -o /tmp/altpdflatex.31054-1317561093/Thesis.ps Thesis.dvi This is dvips(k) 5.97 Copyright 2008 Radical Eye Software (www.radicaleye.com) ' TeX output 2011.10.03:0011' -> /tmp/altpdflatex.31054-1317561093/Thesis.ps /usr/texbin/dvips: ! Couldn't find header file times.pfb. Note that an absolute path or a relative path with .. are denied in -R2 mode. ### FAILED to generate /tmp/altpdflatex.31054-1317561093/Thesis.ps ()
Is it possible to fix this, using LaTeX rather than pdfLaTeX? Where might I find such a header file?
Edit: The Times New Roman text was added in ChemDraw. The eps in question is a chemical scheme, so I draw these in ChemDraw, sometimes with additional text. I'd like that text to match the font I'm using for LaTeX (TNR).
Edit2: An example eps: http://www.2shared.com/file/upfvXkpS/Test.html
`to mark your inline code as I did in my edit. For non-LaTeX code, such as your error message, the<pre>markup works best. Also, we tend to avoid greetings and closings in posts to keep things concise. – doncherry Oct 2 '11 at 13:42.epsfile in question. Is there somewhere you could make it available so we can have a look? It might also be a good idea to describe how you made it. – Joseph Wright♦ Oct 2 '11 at 15:57times.pfbbit is what puzzles me: there's no such font file in TeX Live or other distributions. What should be used isptmr8a.pfb. – egreg Oct 3 '11 at 14:58