Graphics, Figures & Tables ⇒ new psfrag install
new psfrag install
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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: 10348
- 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