This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LaTeX; fig2eps


"Volker M dot  Koch" <koch at ee dot ethz dot ch> writes:

> I want to create an eps file from a fig file.

> On a Sun machine, I used fig2eps to create eps files (LaTeX was
> started and the LaTeX code was used to create nice looking
> equations).

I don't know fig2eps, have a look at what it.  It's probably just a
script that does something like:

        fig2dev -L latex $1 $1.tex
        latex $1
        dvips -E $1
        
You still need (to port) fig2dev for Cygwin.

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]