ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mixed columns
@ 2013-06-25  8:28 Peter Münster
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Münster @ 2013-06-25  8:28 UTC (permalink / raw)
  To: ConTeXt users

Hi,

I have several questions concerning mixed columns. Here at first a
minimal example:

--8<---------------cut here---------------start------------->8---
\useURL[test][http://www.site.com/very/long/long/long/long/long/long/long/long/url]
\def\Section#1{%
 \startsection[title=Title]
   \dorecurse{#1}{\dorecurse{12}{bla }}
 \stopsection}
\starttext
\startmixedcolumns[n=2]
\Section{15}
 \startsection[title=Title]
   \dorecurse{10}{\dorecurse{12}{bla }}
   \footnote{\url[test]}
 \stopsection}
\Section{9}
\Section{9}
\Section{2}
\stopmixedcolumns
\stoptext
--8<---------------cut here---------------end--------------->8---

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Mixed columns
@ 2013-03-20 10:33 Wolfgang Schuster
  2013-03-21 22:06 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-03-20 10:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

after the problem with the \column command with the normal columns environment I tried if the original problem can be solved with mixed columns. While the \column command works there a unwanted space appeared at the begin of the second column.

In the following example you can see space from the \blank in the first column is ignored while in the second column it appears in the output.

<example>
\starttext \showframe

\startmixedcolumns

\blank

text

\column

\blank

text

\stopmixedcolumns

\stoptext
</example>

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-25  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-25  8:28 mixed columns Peter Münster
  -- strict thread matches above, loose matches on Subject: below --
2013-03-20 10:33 Mixed columns Wolfgang Schuster
2013-03-21 22:06 ` Hans Hagen
2013-03-21 23:01   ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).