![](https://secure.gravatar.com/avatar/5ef3be2c0e949ae4c891de058ebf4d76.jpg?s=120&d=mm&r=g)
28 May
2011
28 May
'11
10:08 a.m.
Hi all, the mkiv definition of \openoutputfile adds undesired braces to filenames like “{out}.testfile2” and “{out.testfile3}”. ··8<····························································· \newwrite \testme %\openout \testme \jobname.testfile %%% works \openoutputfile \testme \jobname.testfile2 \openoutputfile \testme {\jobname.testfile3} \starttext irrelevant \stoptext ··8<····························································· mkii is fine. (Although I prefer plain \openout.) Philipp