Am 28.01.2011 um 18:58 schrieb Hans Hagen:
> On 28-1-2011 4:20, Peter Rolf wrote:
>> Hi Hans,
>>
>> I have overseen an unwanted horizontal skip in my menu test graphic. Mh,
>> donno what this is... it's no skip nor a simple spurious space (as I use
>> \removeunwantedspaces in front of that macro).
>> A minimal example is attached. No urgent case...
>
> if you're bored and have enough time you can run with \tracinglal and see
> where a blank space is inserted
The spaces come from java-imp-fld.mkiv, you can get rid of them by modifying
the “javascripts.usescripts” function in java-ini.lua (end of the file):
function javascripts.usescripts(name)
if name ~= variables.reset then
commands.uselibrary(name,patterns,function(name,foundname)
context.startnointerference()
context.startreadingfile()
context.input(foundname)
context.showcolormessage("javascript",1,name)
context.stopreadingfile()
context.stopnointerference()
end)
end
end
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________