[scilab-Users] Latex fonts in xs2eps

bhargav vaidya coolastro at gmail.com
Sat Jun 12 00:19:21 CEST 2010


Hello 

I managed to get rid of the problem ... its seems that one needs to add more packages in LateX  file.


So after converting window graphics to eps with xs2eps command when i include these graphics my TeX file i do the add the following packages and it seems to work,...


\usepackage{psfrag}
\usepackage{graphicx}
\psfragscanon
\includegraphics{plotname.eps}

Cheers
Bhargav Vaiday

On Jun 8, 2010, at 2:51 AM, calixte wrote:

> Le lundi 07 juin 2010 à 16:04 -0700, bhargav vaidya a écrit :
>> Hello Scilab Users.....
>> 
> 
> Hello Bhargav,
> 
>> I have recently started using scilab .and find it very useful especially after using Matlab for some years now..
>> .. I am trying to export a plot to eps file using 
>> xs2eps(win_num,'plotname.eps')
>> I have also tried xs2eps(gcf(),'plotname.eps')
>> .
> 
> Could make a bug report at bugzilla.scilab.org in giving the way to
> reproduce the bug, the os where you work,... ?
> 
> Calixte
> 
>> .. the plot labels have Latex fonts I can see them very well in the Graphics window generated by Scilab BUT the problem is then when I see the eps file these fonts do not appear in the eps version... 
>> 
>> It would be great if someone can help me with this regards.
>> 
>> 
>> Cheers
>> Bhargav Vaidya
> 
> 




More information about the users mailing list