mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] texmacs crash in opening doc older version


Chronological Thread 
  • From: Henri Lesourd <address@hidden>
  • To: Valery Pipin <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] texmacs crash in opening doc older version
  • Date: Mon, 14 Mar 2005 15:25:29 +0100



Fatal error: stack of zero boxes in 'stack_box_rep::position'
"

The file in question is "http://www.iszf.irk.ru/~pip/maxima/alp.tm";

Rigth now I moved back to version 1.0.4-3.


Using the 1.0.4.3 version, look at what you have in the beginning of your file,
using Document/View/Edit source tree. Just after the title, you will find :
[[
<surround|| <with|font-size|1.19|>|
<make-title|
>>
]]

The markup fragment above is the root cause of your bug. Remove it, and
you will be able to read your document with any version of TeXmacs.

When it is read by a newer version of TeXmacs, this fragment is translated
to :
[[
<surround|| <with|font-size|1.19|>|
<doc-data>>
]]

The void '<doc-data>' markup is the one which crashes TeXmacs.

Attached to this e-mail, one can find two TeXmacs files to reproduce
the different steps of this bug.

best regards,
Valery


Best, Henri
<TeXmacs|1.0.4>

<style|generic>

<\body>
<\make-title>
\;
</make-title>
</body>

<\initial>
<\collection>
<associate|language|british>
<associate|page-type|letter>
<associate|preamble|false>
</collection>
</initial><TeXmacs|1.0.4.6>

<style|<tuple|generic|maxima>>

<\body>
<doc-data>
</body>

<\initial>
<\collection>
<associate|language|english>
<associate|page-bot|10mm>
<associate|page-even|15mm>
<associate|page-odd|10mm>
<associate|page-right|10mm>
<associate|page-top|10mm>
<associate|par-width|180.006mm>
<associate|preamble|false>
<associate|sfactor|5>
</collection>
</initial>

<\references>
<\collection>
<associate|fluc|<tuple|2|1>>
</collection>
</references>



Archive powered by MHonArc 2.6.19.

Top of page