ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* issue with columns
@ 2012-04-06 16:08 Pablo Rodríguez
  2012-04-07 14:56 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodríguez @ 2012-04-06 16:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi there,

I'm experiencing a weird result when typesetting columns:

\starttext
The first line not using columns.
\startcolumns[n=2]
\input knuth
\column
\input tufte
\stopcolumns
The second line not using columns.
\startcolumns
\input linden
\column
\input ward
\stopcolumns
\stoptext

I don't know why ward isn't typeset on the first page?

What am I doing wrong here?

Thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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

* Re: issue with columns
  2012-04-06 16:08 issue with columns Pablo Rodríguez
@ 2012-04-07 14:56 ` Hans Hagen
  2012-04-07 19:14   ` Pablo Rodríguez
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-04-07 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Pablo Rodríguez

On 6-4-2012 18:08, Pablo Rodríguez wrote:
> \starttext
> The first line not using columns.
> \startcolumns[n=2]
> \input knuth
> \column
> \input tufte
> \stopcolumns
> The second line not using columns.
> \startcolumns
> \input linden
> \column
> \input ward
> \stopcolumns
> \stoptext

the ward text in on the next page ... \column is not that robust a 
command (a future version might be better)

Hans
-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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

* Re: issue with columns
  2012-04-07 14:56 ` Hans Hagen
@ 2012-04-07 19:14   ` Pablo Rodríguez
  2012-04-10 20:27     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodríguez @ 2012-04-07 19:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 07/04/12 16:56, Hans Hagen wrote:
> On 6-4-2012 18:08, Pablo Rodríguez wrote:
>> \starttext
>> The first line not using columns.
>> \startcolumns[n=2]
>> \input knuth
>> \column
>> \input tufte
>> \stopcolumns
>> The second line not using columns.
>> \startcolumns
>> \input linden
>> \column
>> \input ward
>> \stopcolumns
>> \stoptext
> 
> the ward text in on the next page ... \column is not that robust a 
> command (a future version might be better)

Thanks for your reply, Hans.

I wondered whether I could emulate columns with xtable, but it seems it
isn't possible to have a cell in two different pages.

Thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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

* Re: issue with columns
  2012-04-07 19:14   ` Pablo Rodríguez
@ 2012-04-10 20:27     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-04-10 20:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Pablo Rodríguez

On 7-4-2012 21:14, Pablo Rodríguez wrote:
> On 07/04/12 16:56, Hans Hagen wrote:
>> On 6-4-2012 18:08, Pablo Rodríguez wrote:
>>> \starttext
>>> The first line not using columns.
>>> \startcolumns[n=2]
>>> \input knuth
>>> \column
>>> \input tufte
>>> \stopcolumns
>>> The second line not using columns.
>>> \startcolumns
>>> \input linden
>>> \column
>>> \input ward
>>> \stopcolumns
>>> \stoptext
>>
>> the ward text in on the next page ... \column is not that robust a
>> command (a future version might be better)
>
> Thanks for your reply, Hans.
>
> I wondered whether I could emulate columns with xtable, but it seems it
> isn't possible to have a cell in two different pages.

maybe columsets


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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:[~2012-04-10 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06 16:08 issue with columns Pablo Rodríguez
2012-04-07 14:56 ` Hans Hagen
2012-04-07 19:14   ` Pablo Rodríguez
2012-04-10 20:27     ` 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).