From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6260 Path: main.gmane.org!not-for-mail From: AlterEgo Qasars Newsgroups: gmane.comp.tex.context Subject: Bug in columnset? Date: Mon, 3 Dec 2001 12:43:14 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20011203124314.A512@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" X-Trace: main.gmane.org 1035396796 8945 80.91.224.250 (23 Oct 2002 18:13:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:13:16 +0000 (UTC) Original-To: konference o ConTeXtu Xref: main.gmane.org gmane.comp.tex.context:6260 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6260 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Good evening! While having no information, I play with the columnset marcro myself. It works absolutely well when it's once turned on and once off. But when I'm switching among one and more columns, it starts to behave in a quite strange way. Sometimes some text disappeares, sometimes it is placed on a new page, sometimes two blocks of text are placed over themselves. I'm sending a minimal file -- try to change numbers in \dorecurse to see other strange behavior. What I'm doing wrong? Many thanks, Michal Kvasnicka --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=todo % interface=en, output=pdf % Used version: % TeXExec 2.5 - ConTeXt / PRAGMA ADE 1997-2001 % pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C 7.3.3.1) % ConTeXt ver: 2001.9.14 fmt: 2001.9.19 int: english mes: english \setupcolors[state=start] \setupbodyfont[10pt] \setuplayout [topspace=15mm, height=267mm, backspace=15mm, width=18cm, lines=61, header=0pt, headerdistance=0pt, footer=\baselineskip, footerdistance=\baselineskip, margin=0pt, grid=yes] \setuppagenumbering[location=bottom] \setupindenting[medium] \indenting[first] \setuptolerance[tolerant] \definecolumnset[three cols] [n=3] \setupcolumnset[three cols] [offset=0pt, balance=yes, distance=0cm, tolerance=verytolerant] \newif\ifInCols \InColsfalse \let\OriSec=\section \def\section#1{% \ifInCols\stopcolumnset\fi% \OriSec{#1}% \startcolumnset[three cols]% \InColstrue } \showgrid \starttext \dorecurse{3}{\input knuth} \section{This is the first section} \dorecurse{4}{\input knuth} \section{This is the second section} \dorecurse{5}{\input knuth} \stoptext --C7zPtVaVf+AK4Oqc Content-Type: application/x-tex Content-Disposition: attachment; filename="multicolumn1.tex" % interface=en, output=pdf % Used version: % TeXExec 2.5 - ConTeXt / PRAGMA ADE 1997-2001 % pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C 7.3.3.1) % ConTeXt ver: 2001.9.14 fmt: 2001.9.19 int: english mes: english \setupcolors[state=start] \setupbodyfont[10pt] \setuplayout [topspace=15mm, height=267mm, backspace=15mm, width=18cm, lines=61, header=0pt, headerdistance=0pt, footer=\baselineskip, footerdistance=\baselineskip, margin=0pt, grid=yes] \setuppagenumbering[location=bottom] \setupindenting[medium] \indenting[first] \setuptolerance[tolerant] \definecolumnset[three cols] [n=3] \setupcolumnset[three cols] [offset=0pt, balance=yes, distance=0cm, tolerance=verytolerant] \newif\ifInCols \InColsfalse \let\OriSec=\section \def\section#1{% \ifInCols\stopcolumnset\fi% \OriSec{#1}% \startcolumnset[three cols]% \InColstrue } \showgrid \starttext \dorecurse{3}{\input knuth} \section{This is the first section} \dorecurse{4}{\input knuth} \section{This is the second section} \dorecurse{5}{\input knuth} \stoptext --C7zPtVaVf+AK4Oqc--