Recently I reported 2 problems related to metapost usage:1. the loss of transparent color handling2. textext not being able to handle %'s as in textext("15\%")
Believe it or not, but this is a known problem within web2c.It is triggered by an interaction between the new texexecand having two different entries in texmf.cnf for Metapostsmemory size, for example like this:main_memory.mpost = 500000main_memory.metafun = 3000000Now, the metafun format is generated as "mpost", but thegraphics are created as "metafun", and the different memorysizes make the specials go disappear.
Hans van der Meer wrote:I am afraid a serious error has been introduced into textext in the lastupdate(s).This used to work in metapost for typesetting text with a %-sign:label(textext("66\%"), origin);Now the % somewhere ends a line prematurely because the job aborts with:! mpx file ended unexpectedly.Can Hans please repair this, suddenly a lot of my typesetting is broken.Verified.Thanks for analizing this, I was wondering where those! mpx file ended unexpectedly.messages came from in a document Mojca sent me.Taco