ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setting up itemize
@ 2019-01-03  9:27 Hans van der Meer
  2019-01-03  9:49 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Hans van der Meer @ 2019-01-03  9:27 UTC (permalink / raw)
  To: NTG ConTeXt


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

I cannot get the general setup macros of itemize right. I suppose I am missing some clues although I tried to follow the Command Reference distributed with the contextbeta. Here my minimal working example.

dr. Hans van der Meer


[-- Attachment #1.2.1: Type: text/html, Size: 1340 bytes --]

[-- Attachment #1.2.2: itemizesetup.pdf --]
[-- Type: application/pdf, Size: 14271 bytes --]

[-- Attachment #1.2.3: Type: text/html, Size: 208 bytes --]

[-- Attachment #1.2.4: itemizesetup.tex --]
[-- Type: application/octet-stream, Size: 1136 bytes --]

\starttext

Using the recent Command Reference for setup of itemization.\crlf
It reads: \type{\setupitemize[...,...][...,...][..,..=..,..]}\crlf
inherits from: \type{\setupitemgroup[...,...][..,..=..,..]}\crlf
and: \type{\startitemize[...,...][..,..=..,..]}\blank
Not everything is in working order below.
What is/am I doing wrong?
\blank

\blank
\bgroup
\type{\setupitemgroup[itemize][][3,joinedup,packed][color=blue,inbetween=]}\crlf
\setupitemgroup[itemize][][3,joinedup,packed][color=blue,inbetween=]
No options functioning:\par
\startitemize
\startitem first \stopitem
\startitem second \stopitem
\stopitemize
\egroup

\bgroup
\type{\setupitemize[][3,joinedup,packed][color=blue,inbetween=]}\crlf
No options functioning:\par
\setupitemize[][3,joinedup,packed][color=blue,inbetween=]
\startitemize
\startitem first \stopitem
\startitem second \stopitem
\stopitemize
\egroup

\bgroup
\type{\startitemize[3,joinedup,packed][color=blue,inbetween=]}\par
Everything called for functioning:\par
\startitemize[3,joinedup,packed][color=blue,inbetween=]
\startitem first \stopitem
\startitem second \stopitem
\stopitemize
\egroup

\stoptext

[-- Attachment #1.2.5: Type: text/html, Size: 226 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: setting up itemize
  2019-01-03  9:27 setting up itemize Hans van der Meer
@ 2019-01-03  9:49 ` Taco Hoekwater
  2019-01-03 12:00   ` Hans van der Meer
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2019-01-03  9:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

It needs ‘each’ instead of an empty group:

\setupitemgroup[itemize][each][3,joinedup,packed][color=blue,inbetween=]

Best wishes,
Taco


> On 3 Jan 2019, at 10:27, Hans van der Meer <havdmeer@ziggo.nl> wrote:
> 
> I cannot get the general setup macros of itemize right. I suppose I am missing some clues although I tried to follow the Command Reference distributed with the contextbeta. Here my minimal working example.
> 
> dr. Hans van der Meer
> 
> <itemizesetup.pdf>
> <itemizesetup.tex>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

Taco Hoekwater
Elvenkind BV




___________________________________________________________________________________
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: setting up itemize
  2019-01-03  9:49 ` Taco Hoekwater
@ 2019-01-03 12:00   ` Hans van der Meer
  2019-01-03 12:15     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Hans van der Meer @ 2019-01-03 12:00 UTC (permalink / raw)
  To: NTG ConTeXt


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

Bedankt Taco. Maar had ik dit kunnen weten?
met vriendelijke groet
dr. Hans van der Meer


> On 3 Jan 2019, at 10:49, Taco Hoekwater <taco@elvenkind.com> wrote:
> 
> It needs ‘each’ instead of an empty group:
> 
> \setupitemgroup[itemize][each][3,joinedup,packed][color=blue,inbetween=]
> 
> Best wishes,
> Taco
> 
> 
>> On 3 Jan 2019, at 10:27, Hans van der Meer <havdmeer@ziggo.nl> wrote:
>> 
>> I cannot get the general setup macros of itemize right. I suppose I am missing some clues although I tried to follow the Command Reference distributed with the contextbeta. Here my minimal working example.
>> 
>> dr. Hans van der Meer
>> 
>> <itemizesetup.pdf>
>> <itemizesetup.tex>
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
> 
> Taco Hoekwater
> Elvenkind BV
> 
> 
> 
> 
> ___________________________________________________________________________________
> 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: 4303 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: setting up itemize
  2019-01-03 12:00   ` Hans van der Meer
@ 2019-01-03 12:15     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2019-01-03 12:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

De officiële syntax definitie is hier:

	https://wiki.contextgarden.net/Command/setupitemgroup

Nog de beste wensen voor het nieuwe jaar!

Taco

> On 3 Jan 2019, at 13:00, Hans van der Meer <havdmeer@ziggo.nl> wrote:
> 
> Bedankt Taco. Maar had ik dit kunnen weten?
> met vriendelijke groet
> dr. Hans van der Meer
> 
> 
>> On 3 Jan 2019, at 10:49, Taco Hoekwater <taco@elvenkind.com> wrote:
>> 
>> It needs ‘each’ instead of an empty group:
>> 
>> \setupitemgroup[itemize][each][3,joinedup,packed][color=blue,inbetween=]
>> 
>> Best wishes,
>> Taco
>> 
>> 
>>> On 3 Jan 2019, at 10:27, Hans van der Meer <havdmeer@ziggo.nl> wrote:
>>> 
>>> I cannot get the general setup macros of itemize right. I suppose I am missing some clues although I tried to follow the Command Reference distributed with the contextbeta. Here my minimal working example.
>>> 
>>> dr. Hans van der Meer
>>> 
>>> <itemizesetup.pdf>
>>> <itemizesetup.tex>
>>> ___________________________________________________________________________________
>>> 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
>>> ___________________________________________________________________________________
>> 
>> Taco Hoekwater
>> Elvenkind BV
>> 
>> 
>> 
>> 
>> ___________________________________________________________________________________
>> 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
> ___________________________________________________________________________________

Taco Hoekwater
Elvenkind BV




___________________________________________________________________________________
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:[~2019-01-03 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03  9:27 setting up itemize Hans van der Meer
2019-01-03  9:49 ` Taco Hoekwater
2019-01-03 12:00   ` Hans van der Meer
2019-01-03 12:15     ` Taco Hoekwater

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