WinFIG forum

WinFIG => WinFIG and LaTeX => Topic started by: buska on April 10, 2012, 10:22:52 AM

Title: problems with psfrag
Post by: buska on April 10, 2012, 10:22:52 AM
Hello all,



I have a problem with WINFIG: psfrag does not recognize the target words in the eps file created with WINFIG. With eps files created with XFIG, psfrag works with no problems.

Does anyone have any hint?

Many thanks!


Kind regards,


Federico
Title: Re: problems with psfrag
Post by: Andreas on April 12, 2012, 06:29:49 PM
Did you check the generated LaTeX file for differences?
Title: Re: problems with psfrag
Post by: buska on April 13, 2012, 10:36:19 AM
Andreas,


thanks for your reply.

About:
>Did you check the generated LaTeX file for differences?

I am not sure I understand what a "generated LaTeX file" is.
The way I include a figure is:

1) I export a eps version

2)

\begin{figure}[h]
\centering
\psfrag{I1}[][]{\matchal{I} _1}
\includegraphics[scale=0.5]{namefile.eps}
\caption{}
\end{figure}


With xfig this procedure is working and psfrag recognizes the string and replace it. Is the procedure with winfig different?


Many thanks!


Kind regards,


Federico