Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero. --- TeX said --- <to be read again> \@@vn-footnote \doflushsavednotes ->\ifvoid \currentsaveins \else \insert \currentnoteins {... \next1 ...doprocessnotes {\doflushsavednotes }{#1} \doprocesscommaitem <argument> \relax footnote, linenote \doprocesscommalist ...aitem \gobbleoneargument #1 ,]\relax \global \advance ... \OTRSETflushsavednotes ... \else \flushsavednotes \fi ConTeXt ver: 2004.1.2 fmt: 2004.1.7 int: english mes: english Patrick
Patrick, If I put a \ before stoptext it works fine here. (Texlive latest version and no upgrade of context) Jan -----Oorspronkelijk bericht----- Van: ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl] Namens Patrick Gundlach Verzonden: maandag 12 januari 2004 22:26 Aan: ntg-context@ntg.nl Onderwerp: [NTG-context] columnset error Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero. --- TeX said --- <to be read again> \@@vn-footnote \doflushsavednotes ->\ifvoid \currentsaveins \else \insert \currentnoteins {... \next1 ...doprocessnotes {\doflushsavednotes }{#1} \doprocesscommaitem <argument> \relax footnote, linenote \doprocesscommalist ...aitem \gobbleoneargument #1 ,]\relax \global \advance ... \OTRSETflushsavednotes ... \else \flushsavednotes \fi ConTeXt ver: 2004.1.2 fmt: 2004.1.7 int: english mes: english Patrick _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 22:25 12/01/2004, you wrote:
Hi out there,
what is wrong with the following code?
\starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext
it gives me:
!: Missing number, treated as zero.
ha, a few days ago i ran into that as well, in core-not: \@EA\newbox\csname\??vn+\currentnote\endcsname % local box \@EA\newbox\csname\??vn-\currentnote\endcsname % local box ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ add that line in \definefootnote Hans
participants (3)
-
Hans Hagen
-
Jan Houwers
-
Patrick Gundlach