Search found 2 matches

by Ech101
Tue Apr 05, 2011 11:08 am
Forum: Graphics, Figures & Tables
Topic: Psfrag Resizing and Subdirectory Files
Replies: 2
Views: 3379

Re: Psfrag Resizing and Subdirectory Files

Hmm so I managed to solve this.

Changed \usepackage[pdftex]{graphicx} to \usepackage{graphicx}

Reinstalled Pstools on Miktex

I deleted the .pdfs of the eps/tex after each run, so I could change the size. Pstools seems to just call the pdf if it's already made and does not remake it with the ...
by Ech101
Mon Apr 04, 2011 5:45 pm
Forum: Graphics, Figures & Tables
Topic: Psfrag Resizing and Subdirectory Files
Replies: 2
Views: 3379

Psfrag Resizing and Subdirectory Files

I am coding the following:

\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 ...