texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] A first attempt to analyze TeXmacs performance behavio


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] A first attempt to analyze TeXmacs performance behavior
Date: Thu, 20 May 2004 17:05:18 +0200 (CEST)

> >  line-breaking: to be reimplemented for several reasons
> What are those reasons?

1) A non-trivial speed factor can be gained (we already do this in
   the case of page-breaking) by eliminating certain possible
   break-points which are certainly bad.
2) We should deal with breaking very long strings (like 10000 digit
   numbers) in a better way.
3) We should allow for further fine-tuning: forbid/allow breaks
   on successive lines, forbid/allow breaks after very short words, etc.
4) We should implement user-provided hyphenation patters.
5) We should implement penalties on regions of text and
   penalties which depend on the n-th line.
6) We should allow for paragraphs with variable width
   (at least provide a simple line-breaking algorithm for this case).
7) Better treatment of mathematical languages & penalties.
8) Special rewritings of big expressions like fractions when
   necessary before breaking.

And I may have forgotten some reasons...





reply via email to

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