axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] Handling of autoload messages in TeXmacs


From: Page, Bill
Subject: RE: [Axiom-developer] Handling of autoload messages in TeXmacs
Date: Tue, 30 Sep 2003 00:02:53 -0400

Tim,

Ok, thanks. I've got it. The seg fault problem was
introduced when I clipped the text of the program from
your email. For no good reason that I can think of,
multiple blanks were replaced with single blanks. As
a result the char array 'blanks' which is supposed to
be about 60 blanks or so, was not properly initialized.

Jeez!

It's a kind of a "nice" old fashioned "C" program,
though ain't it?

Now back to what I really wanted to do.

Cheers,
Bill Page.

> -----Original Message-----
> From: root [mailto:address@hidden
> Sent: Monday, September 29, 2003 11:30 PM
> To: address@hidden
> Cc: address@hidden; address@hidden
> Subject: Re: [Axiom-developer] Handling of autoload messages 
> in TeXmacs
> 
> 
> Bill,
> 
> Try losing the \documentclass, \begin, and \end lines.
> Given this input:
> 
> \[
> {1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+16+18}\ 
> {40+41+42+43+44+45+46+47}
> \]
> 
> and the command
> 
> ./linebreak <t.tex >t.break
> 
> I get the output:
> 
> Width = 7759 units, Output line = 1.
>   Can split product: TRUE
>     Can split product: FALSE
>     Can split (+,-,=, )-expression: TRUE
>     Can split product: FALSE
>     Can split (+,-,=, )-expression: TRUE
> 
> the t.break file contains:
> 
> \[
> {
> address@hidden
> \displaystyle
> 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 
> \\
> \\
> \displaystyle
> 10 + 11 + 12 + 13 + 14 + 15 + 16 + 
> \\
> \\
> \displaystyle
> 16 + 18 
> \end{array}
> }\ {
> address@hidden
> \displaystyle
> 40 + 41 + 42 + 43 + 44 + 45 + 46 + 
> \\
> \\
> \displaystyle
> 47 
> \end{array}
> }
> \]
> 
> with no segfaults.
> 
> Tim
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]