ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* index problem with \setupcolumnset
@ 2018-11-09 16:23 Peter Rolf
  2018-11-10 11:03 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rolf @ 2018-11-09 16:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hi,

I run into this error after updating my ConTeXt version.
Small (but not minimal) example attached.

mtx-context     | current version: 2018.10.18 00:07


Peter

[-- Attachment #2: test.tex --]
[-- Type: text/plain, Size: 462 bytes --]

\startuniqueMPgraphic{column:bg}
	fill OverlayBox withcolor yellow;
\stopuniqueMPgraphic
\defineoverlay[columnbg][\uniqueMPgraphic{column:bg}]


\definecolumnset[TOC][n=4]
%\setupcolumnset[TOC][background=columnbg]% works ok
\setupcolumnset[TOC][1][background=columnbg]% any indexed setup fails
% in my real world example the complete third argument is printed instead


\starttext
\startcolumnset[TOC]
\input tufte.tex
\stopcolumnset
\stoptext

[-- Attachment #3: Type: text/plain, Size: 492 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] 4+ messages in thread

* Re: index problem with \setupcolumnset
  2018-11-09 16:23 index problem with \setupcolumnset Peter Rolf
@ 2018-11-10 11:03 ` Wolfgang Schuster
  2018-11-10 12:00   ` Peter Rolf
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2018-11-10 11:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Peter Rolf


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

Hi Peter,

the new columnset mechanism accepts only two arguments for the 
\setupcolumnset command but you can load the old code with 
\usemodule[old-columnsets].

How you can apply backgrounds per column with the new code is shown in a 
example in the manual.

Wolfgang


Peter Rolf schrieb am 09.11.18 um 17:23:
> Hi,
>
> I run into this error after updating my ConTeXt version.
> Small (but not minimal) example attached.
>
> mtx-context     | current version: 2018.10.18 00:07
>
>
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 492 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] 4+ messages in thread

* Re: index problem with \setupcolumnset
  2018-11-10 11:03 ` Wolfgang Schuster
@ 2018-11-10 12:00   ` Peter Rolf
  2018-11-10 12:05     ` Peter Rolf
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rolf @ 2018-11-10 12:00 UTC (permalink / raw)
  To: Wolfgang Schuster, mailing list for ConTeXt users

Hi Wolfgang,

thanks for the info. I will download the new manual right now.


Best wishes,  Peter

Am 2018-11-10 um 12:03 schrieb Wolfgang Schuster:
> Hi Peter,
> 
> the new columnset mechanism accepts only two arguments for the
> \setupcolumnset command but you can load the old code with
> \usemodule[old-columnsets].
> 
> How you can apply backgrounds per column with the new code is shown in a
> example in the manual.
> 
> Wolfgang
> 
> 
> Peter Rolf schrieb am 09.11.18 um 17:23:
>> Hi,
>>
>> I run into this error after updating my ConTeXt version.
>> Small (but not minimal) example attached.
>>
>> mtx-context     | current version: 2018.10.18 00:07
>>
>>
>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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] 4+ messages in thread

* Re: index problem with \setupcolumnset
  2018-11-10 12:00   ` Peter Rolf
@ 2018-11-10 12:05     ` Peter Rolf
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2018-11-10 12:05 UTC (permalink / raw)
  To: ntg-context

Am 2018-11-10 um 13:00 schrieb Peter Rolf:
> Hi Wolfgang,
> 
> thanks for the info. I will download the new manual right now.
>

Mh, already on my RAM disk :D

I tend to ignore the shipped documentation. My bad.


> 
> Best wishes,  Peter
> 
> Am 2018-11-10 um 12:03 schrieb Wolfgang Schuster:
>> Hi Peter,
>>
>> the new columnset mechanism accepts only two arguments for the
>> \setupcolumnset command but you can load the old code with
>> \usemodule[old-columnsets].
>>
>> How you can apply backgrounds per column with the new code is shown in a
>> example in the manual.
>>
>> Wolfgang
>>
>>
>> Peter Rolf schrieb am 09.11.18 um 17:23:
>>> Hi,
>>>
>>> I run into this error after updating my ConTeXt version.
>>> Small (but not minimal) example attached.
>>>
>>> mtx-context     | current version: 2018.10.18 00:07
>>>
>>>
>>> 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://context.aanhet.net
>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>>> wiki     : http://contextgarden.net
>>> ___________________________________________________________________________________
>>
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2018-11-10 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09 16:23 index problem with \setupcolumnset Peter Rolf
2018-11-10 11:03 ` Wolfgang Schuster
2018-11-10 12:00   ` Peter Rolf
2018-11-10 12:05     ` Peter Rolf

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