I am having a bit of a problem with some documents that I am trying to lay out in Context. The idea is that section contents are formatted in two columns, but in some cases Context leaves a huge space between the section header and the content.
I have included a sample context file (test.tex) and the output I get from running: context test.tex using the newest version of context minimals. I expect "1.2.1 Test SubSection 1" and "1.2.2 Test SubSection 2" to be on the same page as "Problem Header," but, as you can see, they aren't. I appreciate any help in sorting this out. I'm new to Context, and not particularly experienced in typesetting either, so if you have any other advice I would appreciate that too :). Thanks, Jason Earl
\enableregime[utf-8] \setupcolumns [n=2,rule=on] \starttext \chapter{Test Chapter} \dorecurse{30}{line \recurselevel\par} \section{Test Section} \startcolumns \dorecurse{1} {\subsection{Test SubSection \recurselevel} This is a very small subsection. It needs to be a little bit longer than just one sentence. Maybe just a tad bit longer would help. I want to make sure I have an excellent example. } \stopcolumns \section{Problem Header} \startcolumns \dorecurse{2} {\subsection{Test SubSection \recurselevel} This is a very small subsection. It needs to be a little bit longer than just one sentence. } \stopcolumns \stoptext
test.pdf
Description: Adobe PDF document
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________