[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LaTeX in Octave
From: |
José Daniel Muñoz Frías |
Subject: |
Re: LaTeX in Octave |
Date: |
Wed, 22 Mar 2000 17:17:48 +0100 |
SZABO Sandor wrote:
>
> Dear Octave users,
>
> I would like to print a function (e.g. Gauss function) with the label
> including the
> formula of it. Does exist a package which can handle LaTeX formula?
> I'm interested in any possibilities.
> Thanks,
Use the psl output format:
gset term pslatex
gset output FichOut.psl
plot(something)
gset term X11 % To restore output to X
gset output "/dev/null"
Then you can input the file FichOut.psl into LaTeX
Hope this helps
Dani.
_______________________________________________________________________________
José Daniel Muñoz Frías
mailto:address@hidden
Universidad Pontificia Comillas ICAI
http://www.dea.icai.upco.es
Alberto Aguilera 23, 28015 Madrid Spain
Tel. 34-91-5422800 Fax 34-91-5596569
_______________________________________________________________________________
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------