ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* more column problems
@ 2002-04-18 14:32 Andres Loeh
  2002-04-18 16:36 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Andres Loeh @ 2002-04-18 14:32 UTC (permalink / raw)


Here is another problem I have with columns:

\starttext

% works as intended
\startcolumns [n=2]

\input zapf

\input tufte

\stopcolumns

% no column break at \column
\startcolumns [n=2]

\input zapf

\column

\input tufte

\stopcolumns

\stoptext

In the second part, I do not get the column break at the place where I say
\column. If I replace \column with \column [yes], I get a _page_ break
instead of a column break ...

Groeten,
  Andres

-- 

Andres Loeh, Universiteit Utrecht

mailto:andres@cs.uu.nl     mailto:mail@andres-loeh.de
http://www.andres-loeh.de


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

* Re: more column problems
  2002-04-18 14:32 more column problems Andres Loeh
@ 2002-04-18 16:36 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2002-04-18 16:36 UTC (permalink / raw)
  Cc: ntg-context

At 04:32 PM 4/18/2002 +0200, Andres Loeh wrote:
>Here is another problem I have with columns:
>
>\starttext
>
>% works as intended
>\startcolumns [n=2]
>
>\input zapf
>
>\input tufte
>
>\stopcolumns
>
>% no column break at \column
>\startcolumns [n=2]
>
>\input zapf
>
>\column
>
>\input tufte
>
>\stopcolumns
>
>\stoptext
>
>In the second part, I do not get the column break at the place where I say
>\column. If I replace \column with \column [yes], I get a _page_ break
>instead of a column break ...

this column mechanism really tries hard to balance columns;

it may help if your turn on grid snapping

also, there are columnsets to play with ...

\definecolumnset[two][n=2]

\startcolumnset[two]

\placefigure [btrl] {} {\framed[height=3cm,width=4cm]{guess what}}

bla \column bla

\stopcolumnset

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

end of thread, other threads:[~2002-04-18 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-18 14:32 more column problems Andres Loeh
2002-04-18 16:36 ` Hans Hagen

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).