On Fri, Sep 23, 2005 at 01:22:15AM +0200, Alvaro Tejero Cantero wrote: > I have a ~32M B/W plot in eps format. When I try to link this image, TeXmacs > displays a framed red question mark and outputs what is pasted at the end of > the > message. So far, I have been able to integrate several color images up to ~6M > in > a TeXmacs document without problem. > > How could I fix this? I am rather into rather deep problems with my deadline, > and have tried the obvious things (i.e. insert instead of link, try in an > empty > document, in a fresh instance of TeXmacs, sanitize the eps as much as > possible...) all to no avail. > > /home/alv/local/share/TeXmacs/progs/kernel/texmacs/tm-convert.scm:151:3: In > procedure scm_allocate_string in expression (string-load u): > /home/alv/local/share/TeXmacs/progs/kernel/texmacs/tm-convert.scm:151:3: > Argument 1 out of range: 33340816
It seems that Guile is responsable for this... Please re-ask your question on the mailing lists of Guile and ask whether there is a build-it limit for the sizes of strings, which would be bad, but possible. If you are in a hurry, I recommend to convert your image into one of a slightly lower resolution, if possible. If your image is linked, then you may also try direct exportation to Postscript or Pdf. Maybe things will be OK in the generated file. But please also ask about the size limit for strings. Best wishes, Joris _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
