Graphics, Figures & Tables ⇒ new psfrag install
new psfrag install
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
new psfrag install
You could run the TeX Live utility to see if the
psfrag
package is installed. If it's missing in the packages list, install it.Stefan
Re: new psfrag install
I downloaded and installed the TeXLive Utility and ran Update All. Checking packages shows that psfrag is installed, so that doesn't appear to be the problem. What's the next thing I should check?
Joel
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
new psfrag install
one very important thing: you need to compile using a PS driver, such as
dvips
. Don't use pdfLaTeX to compile. Check this in TeXshop.You could post sample code here, and if it's not working, add .log file here to a post as attachment. The information in the .log file could help.
Stefan