I got the following error in the minimal example (which is all shown in the output below) system > tex > error on line 4 in file simpl.tex: Undefined control sequence ... 1 \setuphead[section][before={\column}] 2 \starttext 3 \startcolumns[n=2] 4 >> \section{this is a section} 5 \section{another section in a new column} 6 \stopcolumns 7 \stoptext 8 \208>multicolumn:yes ->\par {\testrulewidth \zeropoint \ruledvskip \textheig... \page_breaks_columns_process ...dle_direct \v!yes \fi \relax \the \everyafte... <to be read again> \relax \dohandleheadpagebreakyes ...ter \c!before \relax \doif {\headparameter \c!a... \docheckheadbefore ...se \continuoussectionhead #1 \fi \doheadspacingbeforeyes ...handleheadpagebreakyes \headparameter \c!inbetwee... ... l.4 \section{this is a section} Basically, the first line in the file introduces the error. It worked a few weeks ago.
On 5-7-2012 04:28, JIN Xiao-Yong wrote:
I got the following error in the minimal example (which is all shown in the output below)
system > tex > error on line 4 in file simpl.tex: Undefined control sequence ...
you can try (in page-mul) \installcolumnbreakmethod \s!multicolumn \v!yes {\par \begingroup \normaloffinterlineskip \normalpenalty\plustenthousand \vbox to \textheight{}% \endgroup \penalty-200 \vskip-\textheight} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Jul 5, 2012, at 5:02 PM, Hans Hagen wrote:
On 5-7-2012 04:28, JIN Xiao-Yong wrote:
I got the following error in the minimal example (which is all shown in the output below)
system > tex > error on line 4 in file simpl.tex: Undefined control sequence ...
you can try (in page-mul)
\installcolumnbreakmethod \s!multicolumn \v!yes {\par \begingroup \normaloffinterlineskip \normalpenalty\plustenthousand \vbox to \textheight{}% \endgroup \penalty-200 \vskip-\textheight}
It compiles then, but the first section is moved to the second column, which is not the intention.
participants (3)
-
Hans Hagen
-
JIN Xiao-Yong
-
Xiao-Yong Jin