Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - scho

Pages: [1]
1
WinFIG and LaTeX / Re: eps file including latex formular
« on: November 03, 2007, 10:55:37 PM »
Thank you so much.
I found my silly mistake.
Some different colors were used in the figure and
I forgot to input \usepackage{color} in the beginning.
Now I have what I want with \input{foo.pstex_t}.
That was not a problem of pstex vs eps.

It is quite convinient to have an eps file containing latex formular directly.
Because when I was turning in a paper with .tex file, sometimes they require a single eps file for each figure (with no pstex_t file).
I have been doing this by making each figure to a pair of pstex file and  pstex_t file, and making a ps file, and next converting it to an eps file.
It would be nice if we can do it at once.
Thank you again.

2
WinFIG and LaTeX / Re: eps file including latex formular
« on: November 03, 2007, 04:37:42 AM »
Thank you for your reply.

In fact, I have usually used

\begin{figure}
\input{foo.pstex_t}
\end{figure}

instead of

\begin{picture}
\includegraphics{foo.pstex}
\end{picture}

because the latter cannot make the latex formular included. (I don't know the reason.)
So
\includegraphics{foo.eps}
also does not work.
Moreover, when I have eps file instead of pstex file (together with pstex_t file),
the former also does not work.

The only way to fix it now is to open the figure in an old version of winfig and to export to pstex file, it is somewhat cumbersome.


3
Feature Requests / Re: MOVE object
« on: November 01, 2007, 05:30:30 AM »
Thank you so much.
I found it ! :D

4
Feature Requests / MOVE object
« on: October 30, 2007, 11:12:31 PM »
I found the "MOVE objects" button was disappeared in the new version.
(It was placed near the "COPY objects" button in an older version.)
But it is really convinient !!! In particular, when I need to move an object very little.
 Hope to see it again  in a future version.

5
WinFIG and LaTeX / eps file including latex formular
« on: October 30, 2007, 11:01:39 PM »
When I export to eps file, the included latex formular is remains not converted although I already have the converted formular in the WinFIG window.
It would be convinient if we have eps figure including converted latex formular directly.

So I had to export to pstex, but still I have a problem.
On the version 2.2, the figure is converted to pstex_t file and "eps" file.
What I need are just pstex_t and "pstex" file.
(On older version, I have got pstex_t and "pstex" files with no problem.)

Pages: [1]