Re: [O] Collapse LaTeX source before start of main document?

2012-09-27 Thread Renier Marchand
* Point one Text in point one * Point two :prelim: Text in point two. * Point three Text in point three. --8<---cut here---end--->8--- The following is exported --8<---cut h

Re: [O] Complex numbers

2011-04-15 Thread Renier Marchand
cause it is assumed to be a list of data for my python code. i.e. it is sent as [[1,2],[2,3]] which is what I want. Is there a way to get more consistent behavior? Thank you. Renier On Wed, Apr 13, 2011 at 6:35 PM, Eric Schulte wrote: > Renier Marchand writes: > >> I have found the

Re: [O] Complex numbers

2011-04-13 Thread Renier Marchand
0535222885197) | >   | (0.0333434157791,0.000537930174356) | >   | (0.0345727512157,0.000559346040457) | >   | (0.0353146483908,0.000571501584524) | >   | (0.0355522909393,0.000574387067408) | >   | (0.0356575682336,0.000574851263615) | >   | (0.0357806926897,0.000575051685084) | >   #+TBLFM: @8$1='(sbe paramet

Re: [O] Complex numbers

2011-04-12 Thread Renier Marchand
6,0.000574851263615) | >   | (0.0357806926897,0.000575051685084) | >   #+TBLFM: @8$1='(sbe parameter-variation (nums @1$1..@7$1)) > >   #+begin_src python :var data=complex-data >     return data >   #+end_src > > Hope this helps -- Eric > > Renier Marchand writ

[O] Complex numbers

2011-04-12 Thread Renier Marchand
Hi. I have been playing around with complex data that has been returned from Python. This is obviously not in calc.el format but if I change them to the correct format I can manipulate them using calc. but When I want to pass the complex numbers (python format) to python I get an error. If I pas