View Issue Details

IDProjectCategoryView StatusLast Update
0000846contextbug reportpublic2017-03-27 17:16
ReporterPeter Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000846: problems with mixed columns
DescriptionHi,

Please see attached example file.

Questions:

1.) How can I avoid, that the footnote overwrites the last line?

2.) How can I get balanced columns?

3.) Why is there additional vertical space around the section titles
   (even with \setuphead[section][before=, after=] there is space)?

TIA for any hints, Peter
TagsNo tags attached.

Activities

Peter

2013-07-29 09:15

reporter  

mixed-columns.tex (312 bytes)   
\def\Bla{\dorecurse{12}{bla }}
\def\Section#1{%
 \startsection[title=Title]
   \dorecurse{#1}{\Bla}
 \stopsection}
\starttext
\startmixedcolumns[n=2]
\Section{15}
\startsection[title=Title]
  \dorecurse{10}{\Bla}
  \footnote{\Bla\Bla}
\stopsection
\Section{9}
\Section{9}
\Section{2}
\stopmixedcolumns
\stoptext
mixed-columns.tex (312 bytes)   

Hans Hagen

2017-01-19 19:27

manager   ~0001662

mixed columns are redone

Peter

2017-01-19 20:57

reporter   ~0001668

Hi Hans,

Issue 2 is solved with "balance=yes".

But there are still 3 issues with the latest ConTeXt version:

1.) Footnote overwrites last line.
2.) Vertical space around the section titles.
3.) No linebreaks in footnote.

I'll attach a test file.

TIA for any feedback, Peter

Peter

2017-01-19 20:59

reporter  

mixed-columns-2.tex (690 bytes)   
\setuphead[section][before=, after=]
\def\Bla{\dorecurse{12}{bla }}
\def\Section#1{%
 \startsection[title=Title]
   \dorecurse{#1}{\Bla}
 \stopsection}
\def\SecWithFN{%
  \startsection[title=Title]
    \dorecurse{10}{\Bla}
    \footnote{\Bla\Bla}
  \stopsection}
\def\SomeSections{%
  \Section{15}
  \Section{20}
  \Section{9}
  \Section{3}}
\starttext
\SomeSections     % No vertical space, OK.
\page
\startmixedcolumns[n=2]
  \SecWithFN      % 1.) Footnote overwrites last line.
  \SomeSections   % 2.) Vertical space around the section titles.
\stopmixedcolumns
\page
\startmixedcolumns[n=2]
  \SomeSections
  \SecWithFN      % 3.) No linebreaks in footnote.
\stopmixedcolumns
\stoptext
mixed-columns-2.tex (690 bytes)   

Issue History

Date Modified Username Field Change
2013-07-29 09:15 Peter New Issue
2013-07-29 09:15 Peter File Added: mixed-columns.tex
2017-01-19 19:27 Hans Hagen Note Added: 0001662
2017-01-19 19:28 Hans Hagen Status new => closed
2017-01-19 19:28 Hans Hagen Assigned To => Hans Hagen
2017-01-19 19:28 Hans Hagen Resolution open => no change required
2017-01-19 20:57 Peter Note Added: 0001668
2017-01-19 20:57 Peter Status closed => feedback
2017-01-19 20:57 Peter Resolution no change required => reopened
2017-01-19 20:59 Peter File Added: mixed-columns-2.tex
2017-03-27 17:16 Hans Hagen Status feedback => closed
2017-03-27 17:16 Hans Hagen Resolution reopened => fixed