mailing-list for TeXmacs Users

Text archives Help


embeded plots


Chronological Thread 
  • From: address@hidden
  • To: address@hidden
  • Subject: embeded plots
  • Date: Wed, 24 Mar 2004 15:05:04 +0100 (CET)

Hello!

Am I doing anything wrong that TeXmacs doesn't embed the plots into the text?

Thanks,
Miguel


------------------ start test.tm --------------------
<TeXmacs|1.0.2>

<style|generic>

<\body>
<with|prog language|octave|this session|default|<\session>
<\output>
GNU Octave, version 2.1.50 (i686-pc-linux-gnu).

Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W.
Eaton.

This is free software; see the source code for copying conditions.

There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or

FITNESS FOR A PARTICULAR PURPOSE.

\;

Report bugs to \<less\>address@hidden\<gtr\>.

\;
</output>

<\input|octave\<gtr\> >
cd /home/jmnsilva/test
</input>

<\input|octave\<gtr\> >
type test
</input>

<\output>
test is the script file: /home/jmnsilva/test/test.m

\;

t=0:.1:1;

\;

figure;

title('2t')

plot(t,2*t)

hold off

\;

figure;

\;

title('kt')

xlabel('zzzzzzzzzzzzz')

plot(t,2.5*t)

hold on

for k=.5:.5:1.5

\;

\ \ \ \ \ \ \ \ plot(t,k*t)

\;

\;

end

hold off

\;

figure;

title('3t')

plot(t,3*t)

hold off
</output>

<\input|octave\<gtr\> >
test
</input>

<\output>
\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;

\;

<postscript|<tuple|<raw_data|>|ps>||||||>

\;
</output>

<\input|octave\<gtr\> >
\;
</input>

<\input|octave\<gtr\> >
\;
</input>
</session>>

\;
</body>

<\initial>
<\collection>
<associate|paragraph width|6.5in>
<associate|odd page margin|1in>
<associate|page right margin|1in>
<associate|page top margin|1in>
<associate|reduction page right margin|0.7in>
<associate|page type|letter>
<associate|reduction page bottom margin|0.3in>
<associate|even page margin|1in>
<associate|reduction page left margin|0.7in>
<associate|page bottom margin|1in>
<associate|reduction page top margin|0.3in>
<associate|language|english>
</collection>
</initial>
--------------------------- end test.tm----------------------


  • embeded plots, jmnsilva, 03/24/2004

Archive powered by MHonArc 2.6.19.

Top of page