ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Title in enumeration not working?
@ 2020-12-21 10:05 Mikael Sundqvist
  2020-12-21 10:47 ` Otared Kavian
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Sundqvist @ 2020-12-21 10:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

Has anything changed with titles and enumerations? I expected a title
"Title" with the following setup.

\defineenumeration[example][
  text=Example,
  title=yes,
]

\starttext
\startexample[title={Title}]
This is a test.
\stopexample
\stoptext

But it does not show up.

/Mikael

[-- Attachment #1.2: Type: text/html, Size: 480 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] 5+ messages in thread

* Re: Title in enumeration not working?
  2020-12-21 10:05 Title in enumeration not working? Mikael Sundqvist
@ 2020-12-21 10:47 ` Otared Kavian
  2020-12-21 13:06   ` Mikael Sundqvist
  0 siblings, 1 reply; 5+ messages in thread
From: Otared Kavian @ 2020-12-21 10:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Mickael,

Maybe this is what you want:

\defineenumeration[example]
	[text=Example,
	title=yes,
	titleleft=,
	titleright={.},
	]

\starttext
\startexample{Title} 
This is a test.
\stopexample
\stoptext

Of course is you say
	text=,
then you get only « Title » and a number in front of it.

Best regards: OK

> On 21 Dec 2020, at 11:05, Mikael Sundqvist <mickep@gmail.com> wrote:
> 
> Hi,
> 
> Has anything changed with titles and enumerations? I expected a title "Title" with the following setup.
> 
> \defineenumeration[example][
>   text=Example,
>   title=yes,
> ]
> 
> \starttext
> \startexample[title={Title}]
> This is a test.
> \stopexample
> \stoptext
> 
> But it does not show up.
> 
> /Mikael
> 
> 
> ___________________________________________________________________________________
> 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] 5+ messages in thread

* Re: Title in enumeration not working?
  2020-12-21 10:47 ` Otared Kavian
@ 2020-12-21 13:06   ` Mikael Sundqvist
  2020-12-21 14:11     ` Otared Kavian
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Sundqvist @ 2020-12-21 13:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Otared,

Thank you for your suggestion. I would say yes and no.

I want the result one gets from what you write, but I prefer the syntax

\startexample[title={Title}]
...
\stopexample

and that has been working before. Reading in setup-en.pdf, it also looks to
me as if that should work.

Best,

Mikael

On Mon, Dec 21, 2020 at 11:47 AM Otared Kavian <otared@gmail.com> wrote:

> Hi Mickael,
>
> Maybe this is what you want:
>
> \defineenumeration[example]
>         [text=Example,
>         title=yes,
>         titleleft=,
>         titleright={.},
>         ]
>
> \starttext
> \startexample{Title}
> This is a test.
> \stopexample
> \stoptext
>
> Of course is you say
>         text=,
> then you get only « Title » and a number in front of it.
>
> Best regards: OK
>
> > On 21 Dec 2020, at 11:05, Mikael Sundqvist <mickep@gmail.com> wrote:
> >
> > Hi,
> >
> > Has anything changed with titles and enumerations? I expected a title
> "Title" with the following setup.
> >
> > \defineenumeration[example][
> >   text=Example,
> >   title=yes,
> > ]
> >
> > \starttext
> > \startexample[title={Title}]
> > This is a test.
> > \stopexample
> > \stoptext
> >
> > But it does not show up.
> >
> > /Mikael
> >
> >
> >
> ___________________________________________________________________________________
> > 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 4020 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] 5+ messages in thread

* Re: Title in enumeration not working?
  2020-12-21 13:06   ` Mikael Sundqvist
@ 2020-12-21 14:11     ` Otared Kavian
  2020-12-30 18:04       ` Mikael Sundqvist
  0 siblings, 1 reply; 5+ messages in thread
From: Otared Kavian @ 2020-12-21 14:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Mikael,

Indeed you are right about the fact that 

> \startexample[title={Title}]
> ...
> \stopexample

is more logical and also more convenient. 
Sorry for not having checked your example in mkiv, where this structure works as intended.
So it might be a small buglet in LMTX.

Best regards: Otared

> On 21 Dec 2020, at 14:06, Mikael Sundqvist <mickep@gmail.com> wrote:
> 
> Hi Otared,
> 
> Thank you for your suggestion. I would say yes and no.
> 
> I want the result one gets from what you write, but I prefer the syntax
> 
> \startexample[title={Title}]
> ...
> \stopexample
> 
> and that has been working before. Reading in setup-en.pdf, it also looks to me as if that should work.
> 
> Best,
> 
> Mikael
> 
> On Mon, Dec 21, 2020 at 11:47 AM Otared Kavian <otared@gmail.com <mailto:otared@gmail.com>> wrote:
> Hi Mickael,
> 
> Maybe this is what you want:
> 
> \defineenumeration[example]
>         [text=Example,
>         title=yes,
>         titleleft=,
>         titleright={.},
>         ]
> 
> \starttext
> \startexample{Title} 
> This is a test.
> \stopexample
> \stoptext
> 
> Of course is you say
>         text=,
> then you get only « Title » and a number in front of it.
> 
> Best regards: OK
> 
> > On 21 Dec 2020, at 11:05, Mikael Sundqvist <mickep@gmail.com <mailto:mickep@gmail.com>> wrote:
> > 
> > Hi,
> > 
> > Has anything changed with titles and enumerations? I expected a title "Title" with the following setup.
> > 
> > \defineenumeration[example][
> >   text=Example,
> >   title=yes,
> > ]
> > 
> > \starttext
> > \startexample[title={Title}]
> > This is a test.
> > \stopexample
> > \stoptext
> > 
> > But it does not show up.
> > 
> > /Mikael
> > 
> > 
> > ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an entry to the Wiki!
> > 
> > maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> > webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> > archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> > wiki     : http://contextgarden.net <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 <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 7191 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] 5+ messages in thread

* Re: Title in enumeration not working?
  2020-12-21 14:11     ` Otared Kavian
@ 2020-12-30 18:04       ` Mikael Sundqvist
  0 siblings, 0 replies; 5+ messages in thread
From: Mikael Sundqvist @ 2020-12-30 18:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

Thanks for the fix, Hans (version 2020.12.30 16:45 looks fine!)

/Mikael

On Mon, Dec 21, 2020 at 3:11 PM Otared Kavian <otared@gmail.com> wrote:

> Hi Mikael,
>
> Indeed you are right about the fact that
>
> \startexample[title={Title}]
> ...
> \stopexample
>
>
> is more logical and also more convenient.
> Sorry for not having checked your example in mkiv, where this structure
> works as intended.
> So it might be a small buglet in LMTX.
>
> Best regards: Otared
>
> On 21 Dec 2020, at 14:06, Mikael Sundqvist <mickep@gmail.com> wrote:
>
> Hi Otared,
>
> Thank you for your suggestion. I would say yes and no.
>
> I want the result one gets from what you write, but I prefer the syntax
>
> \startexample[title={Title}]
> ...
> \stopexample
>
> and that has been working before. Reading in setup-en.pdf, it also looks
> to me as if that should work.
>
> Best,
>
> Mikael
>
> On Mon, Dec 21, 2020 at 11:47 AM Otared Kavian <otared@gmail.com> wrote:
>
>> Hi Mickael,
>>
>> Maybe this is what you want:
>>
>> \defineenumeration[example]
>>         [text=Example,
>>         title=yes,
>>         titleleft=,
>>         titleright={.},
>>         ]
>>
>> \starttext
>> \startexample{Title}
>> This is a test.
>> \stopexample
>> \stoptext
>>
>> Of course is you say
>>         text=,
>> then you get only « Title » and a number in front of it.
>>
>> Best regards: OK
>>
>> > On 21 Dec 2020, at 11:05, Mikael Sundqvist <mickep@gmail.com> wrote:
>> >
>> > Hi,
>> >
>> > Has anything changed with titles and enumerations? I expected a title
>> "Title" with the following setup.
>> >
>> > \defineenumeration[example][
>> >   text=Example,
>> >   title=yes,
>> > ]
>> >
>> > \starttext
>> > \startexample[title={Title}]
>> > This is a test.
>> > \stopexample
>> > \stoptext
>> >
>> > But it does not show up.
>> >
>> > /Mikael
>> >
>> >
>> >
>> ___________________________________________________________________________________
>> > 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
>
> ___________________________________________________________________________________
>
>
>
> ___________________________________________________________________________________
> 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: 7186 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] 5+ messages in thread

end of thread, other threads:[~2020-12-30 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 10:05 Title in enumeration not working? Mikael Sundqvist
2020-12-21 10:47 ` Otared Kavian
2020-12-21 13:06   ` Mikael Sundqvist
2020-12-21 14:11     ` Otared Kavian
2020-12-30 18:04       ` Mikael Sundqvist

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