Code: Select all
\documentclass[a4paper,12pt]{book}
\usepackage[pdftex]{graphicx}
\usepackage{pstool}
\usepackage{psfrag}
\begin{document}
\begin{figure}[tb]
\psfragfig[width=0.25\textheight]{matlab/S10MeanPeakt111}{}
\caption{Blah} \label{fig:act} \end{figure}\\
\end{document}
1) Width command does not seem to be working
2) If I put a file root that is within the directory I am working in then the eps/tex combination is not found.
I have applied the --shell-escape command in Pdflatex (in WinEdt) using Pdflatex:
Go to Options -> Execution Modes: in switches: --shell-escape
Theses two niggles are really annoying, I can't seem to find documentation on it in this forum (using the search function).
I am using pdftex and WinEdt