On Mon, 5 Nov 2001, Andre Poenitz wrote: >> [ 1 2 3 ] >> A = | 2 3 1 | >> [ 3 1 2 ] >> |A| = >Is there a way to export to LaTeX (or any other structured output for that >matter) from within octave?
I don't think so, but Octave handles only matrices, ie. number arrays, which are so simple that I don't think that would be necessary. Parsing will be easy with a very simple code. It's a different thing from support for Maxima... which can use LaTeX. -- | Tuukka Toivonen <[EMAIL PROTECTED]> [PGP public key | Homepage: http://www.ee.oulu.fi/~tuukkat/ available] | Try also finger -l [EMAIL PROTECTED] | Studying information engineering at the University of Oulu +-----------------------------------------------------------
