ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: \setupcolumnsetlines does not work
       [not found] <mailman.865.1566054029.1208.ntg-context@ntg.nl>
@ 2019-08-17 19:03 ` Sytse Knypstra
  0 siblings, 0 replies; 10+ messages in thread
From: Sytse Knypstra @ 2019-08-17 19:03 UTC (permalink / raw)
  To: ntg-context

Thank you, Denis and Wolfgang.
Wolfgang, your sentence 
> No, you set relative numbers (I checked it) but the first columnset
> environment ends on the third page because you leave just enough
> space on the second page to fit the text which produces an empty
> third page.
is not clear to me.
If \setupcolumnsetlines has to be specified before \starttext and if the second parameter denotes the absolute page number of the column to be limited, then the following example still does not work correctly for the second page (ouput consists of two pages).

\definecolumnset[Two][n=2]

\setupcolumnsetlines[Two][1][1][9]

\setupcolumnsetlines[Two][2][1][9]

\starttext

	\startcolumnset[Two]

		\input knuth

	\stopcolumnset

	\startcolumnset[Two]

		\input knuth

	\stopcolumnset

\stoptext

Sytse

> Op 17 augustus 2019 om 15:14 schreef Denis Maier <maier.de@gmail.com>:
> 
> 
> Ok, have tried it now. No change ...
> 
> Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier <maier.de@gmail.com>:
> 
> > Also, what about \setupcolumnsetlines[Two][2][1][9]?
> >
> > Denis Maier <maier.de@gmail.com> schrieb am Sa., 17. Aug. 2019, 13:32:
> >
> >> If I am remembering correctly, the documentation has \setupcolumnsetlines
> >> before \starttext.
> >>
> >> Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
> >> 12:59:
> >>
> >>> In an effort to balance columns in a columnset layout, I found that in
> >>> the following minimal example this effect is not obtained.
> >>> After commenting out the first three lines after \starttext the result
> >>> is ok.
> >>> I am wondering what I overlooked this time.
> >>>
> >>> \definecolumnset[Two][n=2]
> >>> \starttext
> >>>    \startcolumnset[Two]
> >>>       \input knuth
> >>>    \stopcolumnset
> >>>    \page
> >>>    \setupcolumnsetlines[Two][1][1][9]
> >>>    \startcolumnset[Two]
> >>>       \input knuth
> >>>    \stopcolumnset
> >>> \stoptext
> >>>
> >>> Thank you for your suggestions,
> >>>
> >>> Sytse Knypstra
> >>>
> >>> ___________________________________________________________________________________
> >>> 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://context.aanhet.net
> >>> archive  : https://bitbucket.org/phg/context-mirror/commits/
> >>> wiki     : http://contextgarden.net
> >>>
> >>> ___________________________________________________________________________________
> >>>
> >>

> Op 17 augustus 2019 om 15:50 schreef Denis Maier <maier.de@gmail.com>:
> 
> 
> This here works for the first columnset, but not for the second one:
> 
> =================================
> \usemodule[newcolumnsets]
> 
> \definecolumnset[One][n=2]
> 
> \setupcolumnsetlines[One][1][1][9]
> \setupcolumnsetlines[One][1][2][9]
> \setupcolumnsetlines[One][2][1][9]
> \setupcolumnsetlines[One][2][2][9]
> 
> \definecolumnset[Two][n=2]
> \setupcolumnsetlines[Two][1][1][9]
> \setupcolumnsetlines[Two][1][2][9]
> \setupcolumnsetlines[Two][2][1][9]
> \setupcolumnsetlines[Two][2][2][9]
> 
> \starttext
>    \startcolumnset[One]
>       \input knuth
> 
>       \input knuth
> \stopcolumnset
> 
> \startcolumnset[Two]
>       \input knuth
> 
>   \input knuth
> \stopcolumnset
> \stoptext
> ===================================
> 
> Am Sa., 17. Aug. 2019 um 15:14 Uhr schrieb Denis Maier <maier.de@gmail.com>:
> 
> > Ok, have tried it now. No change ...
> >
> > Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier <maier.de@gmail.com
> > >:
> >
> >> Also, what about \setupcolumnsetlines[Two][2][1][9]?
> >>
> >> Denis Maier <maier.de@gmail.com> schrieb am Sa., 17. Aug. 2019, 13:32:
> >>
> >>> If I am remembering correctly, the documentation has
> >>> \setupcolumnsetlines before \starttext.
> >>>
> >>> Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
> >>> 12:59:
> >>>
> >>>> In an effort to balance columns in a columnset layout, I found that in
> >>>> the following minimal example this effect is not obtained.
> >>>> After commenting out the first three lines after \starttext the result
> >>>> is ok.
> >>>> I am wondering what I overlooked this time.
> >>>>
> >>>> \definecolumnset[Two][n=2]
> >>>> \starttext
> >>>>    \startcolumnset[Two]
> >>>>       \input knuth
> >>>>    \stopcolumnset
> >>>>    \page
> >>>>    \setupcolumnsetlines[Two][1][1][9]
> >>>>    \startcolumnset[Two]
> >>>>       \input knuth
> >>>>    \stopcolumnset
> >>>> \stoptext
> >>>>
> >>>> Thank you for your suggestions,
> >>>>
> >>>> Sytse Knypstra
> >>>>
> >>>> ___________________________________________________________________________________
> >>>> 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://context.aanhet.net
> >>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
> >>>> wiki     : http://contextgarden.net
> >>>>
> >>>> ___________________________________________________________________________________
> >>>>
> >>>

> Op 17 augustus 2019 om 16:24 schreef Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>:
> 
> 
> Denis Maier schrieb am 17.08.2019 um 15:50:
> > This here works for the first columnset, but not for the second one:
> >
> > =================================
> > \usemodule[newcolumnsets]
> The new code base is used by default and you don't have to load the module.
> > \definecolumnset[One][n=2]
> >
> > \setupcolumnsetlines[One][1][1][9]
> > \setupcolumnsetlines[One][1][2][9]
> > \setupcolumnsetlines[One][2][1][9]
> > \setupcolumnsetlines[One][2][2][9]
> >
> > \definecolumnset[Two][n=2]
> > \setupcolumnsetlines[Two][1][1][9]
> > \setupcolumnsetlines[Two][1][2][9]
> > \setupcolumnsetlines[Two][2][1][9]
> > \setupcolumnsetlines[Two][2][2][9]
> The second argument expects the page number of the column where want
> to change the number of lines. In your example the second environment
> starts at page 3 but you change the lines only for the first and second 
> page.
> 
> Wolfgang
> 
> 

> Op 17 augustus 2019 om 17:00 schreef Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>:
> 
> 
> Denis Maier schrieb am 17.08.2019 um 16:45:
> > Ok. So no need to load the module first. Good.
> >
> > So the second argument is an absolute pagenumber, not relative to 
> > where to columnset starts... But then, this here should work:
> No, you set relative numbers (I checked it) but the first columnset
> environment ends on the third page because you leave just enough
> space on the second page to fit the text which produces an empty
> third page.
> 
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
       [not found] <mailman.874.1566068640.1208.ntg-context@ntg.nl>
@ 2019-08-17 21:54 ` Sytse Knypstra
  0 siblings, 0 replies; 10+ messages in thread
From: Sytse Knypstra @ 2019-08-17 21:54 UTC (permalink / raw)
  To: ntg-context

Wolfgang wrote:
> The settings for the second columnset work when the first columnset goes over of two or more pages. 

Thank you, now I understand the mechanism: only if the first columnset extends to more than one page, the next \setupcolumnsetlines will work properly. Is this a bug or a feature? If it is a feature, what is the idea behind it?

Sytse
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
       [not found]               ` <CAMXdeGFbc=U7NuMC0Aqj7uF+n5eKO728EoYvykxWbyekvViWkA@mail.gmail.com>
@ 2019-08-17 16:07                 ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2019-08-17 16:07 UTC (permalink / raw)
  To: Denis Maier; +Cc: NTG-Context ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 584 bytes --]

Denis Maier schrieb am 17.08.2019 um 17:49:
> Ok.
> With this I don't get the empty page. But the setupcolumnsetlines has 
> still no effecgt for the second environment.
>
> ===
>
> \definecolumnset[One][n=2]
>
> \setupcolumnsetlines[One][1][1][9]
>
> \definecolumnset[Two][n=2]
>
> \setupcolumnsetlines[Two][1][1][5]
>
> \starttext
>
> \startcolumnset[One]
>
> \input knuth
>
> \stopcolumnset
>
> \startcolumnset[Two]
>
> \input knuth
>
> \stopcolumnset
>
> \stoptext
>

The settings for the second columnset work when the first columnset goes 
over of two or more pages.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1784 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
       [not found]           ` <CAMXdeGE++3DccdgFz_PKMdZE2kS6dM5BYqbUK3U3CNUE46c1PQ@mail.gmail.com>
@ 2019-08-17 15:00             ` Wolfgang Schuster
       [not found]               ` <CAMXdeGFbc=U7NuMC0Aqj7uF+n5eKO728EoYvykxWbyekvViWkA@mail.gmail.com>
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2019-08-17 15:00 UTC (permalink / raw)
  To: Denis Maier; +Cc: NTG-Context ConTeXt users

Denis Maier schrieb am 17.08.2019 um 16:45:
> Ok. So no need to load the module first. Good.
>
> So the second argument is an absolute pagenumber, not relative to 
> where to columnset starts... But then, this here should work:
No, you set relative numbers (I checked it) but the first columnset
environment ends on the third page because you leave just enough
space on the second page to fit the text which produces an empty
third page.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
  2019-08-17 13:50       ` Denis Maier
@ 2019-08-17 14:24         ` Wolfgang Schuster
       [not found]           ` <CAMXdeGE++3DccdgFz_PKMdZE2kS6dM5BYqbUK3U3CNUE46c1PQ@mail.gmail.com>
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2019-08-17 14:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Denis Maier

Denis Maier schrieb am 17.08.2019 um 15:50:
> This here works for the first columnset, but not for the second one:
>
> =================================
> \usemodule[newcolumnsets]
The new code base is used by default and you don't have to load the module.
> \definecolumnset[One][n=2]
>
> \setupcolumnsetlines[One][1][1][9]
> \setupcolumnsetlines[One][1][2][9]
> \setupcolumnsetlines[One][2][1][9]
> \setupcolumnsetlines[One][2][2][9]
>
> \definecolumnset[Two][n=2]
> \setupcolumnsetlines[Two][1][1][9]
> \setupcolumnsetlines[Two][1][2][9]
> \setupcolumnsetlines[Two][2][1][9]
> \setupcolumnsetlines[Two][2][2][9]
The second argument expects the page number of the column where want
to change the number of lines. In your example the second environment
starts at page 3 but you change the lines only for the first and second 
page.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
  2019-08-17 13:14     ` Denis Maier
@ 2019-08-17 13:50       ` Denis Maier
  2019-08-17 14:24         ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Denis Maier @ 2019-08-17 13:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2392 bytes --]

This here works for the first columnset, but not for the second one:

=================================
\usemodule[newcolumnsets]

\definecolumnset[One][n=2]

\setupcolumnsetlines[One][1][1][9]
\setupcolumnsetlines[One][1][2][9]
\setupcolumnsetlines[One][2][1][9]
\setupcolumnsetlines[One][2][2][9]

\definecolumnset[Two][n=2]
\setupcolumnsetlines[Two][1][1][9]
\setupcolumnsetlines[Two][1][2][9]
\setupcolumnsetlines[Two][2][1][9]
\setupcolumnsetlines[Two][2][2][9]

\starttext
   \startcolumnset[One]
      \input knuth

      \input knuth
\stopcolumnset

\startcolumnset[Two]
      \input knuth

  \input knuth
\stopcolumnset
\stoptext
===================================

Am Sa., 17. Aug. 2019 um 15:14 Uhr schrieb Denis Maier <maier.de@gmail.com>:

> Ok, have tried it now. No change ...
>
> Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier <maier.de@gmail.com
> >:
>
>> Also, what about \setupcolumnsetlines[Two][2][1][9]?
>>
>> Denis Maier <maier.de@gmail.com> schrieb am Sa., 17. Aug. 2019, 13:32:
>>
>>> If I am remembering correctly, the documentation has
>>> \setupcolumnsetlines before \starttext.
>>>
>>> Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
>>> 12:59:
>>>
>>>> In an effort to balance columns in a columnset layout, I found that in
>>>> the following minimal example this effect is not obtained.
>>>> After commenting out the first three lines after \starttext the result
>>>> is ok.
>>>> I am wondering what I overlooked this time.
>>>>
>>>> \definecolumnset[Two][n=2]
>>>> \starttext
>>>>    \startcolumnset[Two]
>>>>       \input knuth
>>>>    \stopcolumnset
>>>>    \page
>>>>    \setupcolumnsetlines[Two][1][1][9]
>>>>    \startcolumnset[Two]
>>>>       \input knuth
>>>>    \stopcolumnset
>>>> \stoptext
>>>>
>>>> Thank you for your suggestions,
>>>>
>>>> Sytse Knypstra
>>>>
>>>> ___________________________________________________________________________________
>>>> 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://context.aanhet.net
>>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>>>> wiki     : http://contextgarden.net
>>>>
>>>> ___________________________________________________________________________________
>>>>
>>>

[-- Attachment #1.2: Type: text/html, Size: 4415 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
  2019-08-17 11:33   ` Denis Maier
@ 2019-08-17 13:14     ` Denis Maier
  2019-08-17 13:50       ` Denis Maier
  0 siblings, 1 reply; 10+ messages in thread
From: Denis Maier @ 2019-08-17 13:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1584 bytes --]

Ok, have tried it now. No change ...

Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier <maier.de@gmail.com>:

> Also, what about \setupcolumnsetlines[Two][2][1][9]?
>
> Denis Maier <maier.de@gmail.com> schrieb am Sa., 17. Aug. 2019, 13:32:
>
>> If I am remembering correctly, the documentation has \setupcolumnsetlines
>> before \starttext.
>>
>> Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
>> 12:59:
>>
>>> In an effort to balance columns in a columnset layout, I found that in
>>> the following minimal example this effect is not obtained.
>>> After commenting out the first three lines after \starttext the result
>>> is ok.
>>> I am wondering what I overlooked this time.
>>>
>>> \definecolumnset[Two][n=2]
>>> \starttext
>>>    \startcolumnset[Two]
>>>       \input knuth
>>>    \stopcolumnset
>>>    \page
>>>    \setupcolumnsetlines[Two][1][1][9]
>>>    \startcolumnset[Two]
>>>       \input knuth
>>>    \stopcolumnset
>>> \stoptext
>>>
>>> Thank you for your suggestions,
>>>
>>> Sytse Knypstra
>>>
>>> ___________________________________________________________________________________
>>> 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://context.aanhet.net
>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>>> wiki     : http://contextgarden.net
>>>
>>> ___________________________________________________________________________________
>>>
>>

[-- Attachment #1.2: Type: text/html, Size: 3210 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
  2019-08-17 11:32 ` Denis Maier
@ 2019-08-17 11:33   ` Denis Maier
  2019-08-17 13:14     ` Denis Maier
  0 siblings, 1 reply; 10+ messages in thread
From: Denis Maier @ 2019-08-17 11:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1421 bytes --]

Also, what about \setupcolumnsetlines[Two][2][1][9]?

Denis Maier <maier.de@gmail.com> schrieb am Sa., 17. Aug. 2019, 13:32:

> If I am remembering correctly, the documentation has \setupcolumnsetlines
> before \starttext.
>
> Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
> 12:59:
>
>> In an effort to balance columns in a columnset layout, I found that in
>> the following minimal example this effect is not obtained.
>> After commenting out the first three lines after \starttext the result is
>> ok.
>> I am wondering what I overlooked this time.
>>
>> \definecolumnset[Two][n=2]
>> \starttext
>>    \startcolumnset[Two]
>>       \input knuth
>>    \stopcolumnset
>>    \page
>>    \setupcolumnsetlines[Two][1][1][9]
>>    \startcolumnset[Two]
>>       \input knuth
>>    \stopcolumnset
>> \stoptext
>>
>> Thank you for your suggestions,
>>
>> Sytse Knypstra
>>
>> ___________________________________________________________________________________
>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>

[-- Attachment #1.2: Type: text/html, Size: 2761 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \setupcolumnsetlines does not work
  2019-08-17 10:59 Sytse Knypstra
@ 2019-08-17 11:32 ` Denis Maier
  2019-08-17 11:33   ` Denis Maier
  0 siblings, 1 reply; 10+ messages in thread
From: Denis Maier @ 2019-08-17 11:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1249 bytes --]

If I am remembering correctly, the documentation has \setupcolumnsetlines
before \starttext.

Sytse Knypstra <sytse.knypstra@home.nl> schrieb am Sa., 17. Aug. 2019,
12:59:

> In an effort to balance columns in a columnset layout, I found that in the
> following minimal example this effect is not obtained.
> After commenting out the first three lines after \starttext the result is
> ok.
> I am wondering what I overlooked this time.
>
> \definecolumnset[Two][n=2]
> \starttext
>    \startcolumnset[Two]
>       \input knuth
>    \stopcolumnset
>    \page
>    \setupcolumnsetlines[Two][1][1][9]
>    \startcolumnset[Two]
>       \input knuth
>    \stopcolumnset
> \stoptext
>
> Thank you for your suggestions,
>
> Sytse Knypstra
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2173 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* \setupcolumnsetlines does not work
@ 2019-08-17 10:59 Sytse Knypstra
  2019-08-17 11:32 ` Denis Maier
  0 siblings, 1 reply; 10+ messages in thread
From: Sytse Knypstra @ 2019-08-17 10:59 UTC (permalink / raw)
  To: ntg-context

In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained.
After commenting out the first three lines after \starttext the result is ok.
I am wondering what I overlooked this time.

\definecolumnset[Two][n=2]

\starttext

   \startcolumnset[Two]

      \input knuth

   \stopcolumnset

   \page
   \setupcolumnsetlines[Two][1][1][9]

   \startcolumnset[Two]

      \input knuth

   \stopcolumnset

\stoptext


Thank you for your suggestions,

Sytse Knypstra
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2019-08-17 21:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.865.1566054029.1208.ntg-context@ntg.nl>
2019-08-17 19:03 ` \setupcolumnsetlines does not work Sytse Knypstra
     [not found] <mailman.874.1566068640.1208.ntg-context@ntg.nl>
2019-08-17 21:54 ` Sytse Knypstra
2019-08-17 10:59 Sytse Knypstra
2019-08-17 11:32 ` Denis Maier
2019-08-17 11:33   ` Denis Maier
2019-08-17 13:14     ` Denis Maier
2019-08-17 13:50       ` Denis Maier
2019-08-17 14:24         ` Wolfgang Schuster
     [not found]           ` <CAMXdeGE++3DccdgFz_PKMdZE2kS6dM5BYqbUK3U3CNUE46c1PQ@mail.gmail.com>
2019-08-17 15:00             ` Wolfgang Schuster
     [not found]               ` <CAMXdeGFbc=U7NuMC0Aqj7uF+n5eKO728EoYvykxWbyekvViWkA@mail.gmail.com>
2019-08-17 16:07                 ` 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).