Hi, I'm having problem with verbatim typing with linenumber under mkiv. The following code works fine without location=text turned off, but fails when it's turned on. The text 0279699410 appears at the beginning of every alternate line. Thanks a lot. regards, shenchen ========= start =========== \setuplinenumbering[location=text] \starttext \starttyping[numbering=line] aaaaa aaaaa aaaaa \stoptyping \stoptext ========= end ===========