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: root
Subject: Re: [Axiom-developer] Handling of autoload messages in TeXmacs
Date: Mon, 29 Sep 2003 23:29:46 -0400

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]