On 14 janv. 09, at 06:51, Aditya Mahajan wrote:
On Wed, 14 Jan 2009, Otared Kavian wrote:
Hi all,
I have a file which contains the lines below: I can typeset it and obtain a correct result with mkii, but not with mkiv (the second buffer named "axes-1" does not result in a MetaPost graphic when one says \processMPbuffer[axes-1]). The file and the resulting PDF can be found on http://www.kavian.fr/tex/bug-mkiv Thanks in advance for any help.
Best regards: OK
I did not run the file, just guessing. In MKIV, by default buffers are not written to disk, so \processMPbuffer does not find any. You can force \startbuffer to write stuff to disk, but a better way would be to modify \processMPbuffer to also search for memory buffers.
Aditya
Thanks Aditya for your explanation, but I must say that it is not convincing because with mkiv one of the buffers is processed with \processMPbuffer, while the other is not… So there must be some other hidden behaviour which has changed between mkii and mkiv. Best regards: OK