ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* References to itemize items
@ 2012-05-18 19:30 Rogers, Michael K
  2012-05-23  2:54 ` Rogers, Michael K
  0 siblings, 1 reply; 4+ messages in thread
From: Rogers, Michael K @ 2012-05-18 19:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Under the beta version (ConTeXt  ver: 2012.05.14 16:00 MKIV  fmt: 2012.5.16), item numbers in references (with \in[..]) are not converted automatically in the way they used to be done under last year's "current" ConTeXt.  I have macros that do something like below that no longer work.  The level two items are converted to letters, but references to them appear as unconverted numbers.  Is there a way to convert them?

\setupitemgroup[itemize][1][n]
\setupitemgroup[itemize][2][a]
\starttext
\startitemize %level 1
\item One
\startitemize %level 2
\item AA \item[BB] BB
\stopitemize\stopitemize
In BB = \in[BB] (used to print b, not 2)....
\stoptext


Thanks,

Michael

________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___________________________________________________________________________________
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: References to itemize items
  2012-05-18 19:30 References to itemize items Rogers, Michael K
@ 2012-05-23  2:54 ` Rogers, Michael K
  2012-05-24 10:06   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Rogers, Michael K @ 2012-05-23  2:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I'll try again:

ConTeXt used to match the conversion style in a reference to the itemize item with the number/character of the item.  Now it doesn't convert numbers to characters.  Does this happen to anyone else?  Example:

\setupitemgroup[itemize][1][n]
\setupitemgroup[itemize][2][a]
\starttext
\startitemize %level 1
\item One
\startitemize %level 2
\item AA \item[BB] BB
\stopitemize\stopitemize
\type{\in[BB]} = \in[BB] (used to print b, now prints 2)....
\stoptext

Is there a way to get \in[BB] to convert the reference to the corresponding character?

Thanks,

Michael


________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: References to itemize items
  2012-05-23  2:54 ` Rogers, Michael K
@ 2012-05-24 10:06   ` Hans Hagen
  2012-05-25  2:21     ` Rogers, Michael K
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-05-24 10:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 23-5-2012 04:54, Rogers, Michael K wrote:
> I'll try again:
>
> ConTeXt used to match the conversion style in a reference to the itemize item with the number/character of the item.  Now it doesn't convert numbers to characters.  Does this happen to anyone else?  Example:
>
> \setupitemgroup[itemize][1][n]
> \setupitemgroup[itemize][2][a]
> \starttext
> \startitemize %level 1
> \item One
> \startitemize %level 2
> \item AA \item[BB] BB
> \stopitemize\stopitemize
> \type{\in[BB]} = \in[BB] (used to print b, now prints 2)....
> \stoptext
>
> Is there a way to get \in[BB] to convert the reference to the corresponding character?

fixed in next beta


-----------------------------------------------------------------
                                           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: References to itemize items
  2012-05-24 10:06   ` Hans Hagen
@ 2012-05-25  2:21     ` Rogers, Michael K
  0 siblings, 0 replies; 4+ messages in thread
From: Rogers, Michael K @ 2012-05-25  2:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 24, 2012, at 6:06 AM, Hans Hagen wrote:

> On 23-5-2012 04:54, Rogers, Michael K wrote:
>> I'll try again:
>>
>> ConTeXt used to match the conversion style in a reference to the itemize item with the number/character of the item.  Now it doesn't convert numbers to characters.  Does this happen to anyone else?  Example:
>>
>> \setupitemgroup[itemize][1][n]
>> \setupitemgroup[itemize][2][a]
>> \starttext
>> \startitemize %level 1
>> \item One
>> \startitemize %level 2
>> \item AA \item[BB] BB
>> \stopitemize\stopitemize
>> \type{\in[BB]} = \in[BB] (used to print b, now prints 2)....
>> \stoptext
>>
>> Is there a way to get \in[BB] to convert the reference to the corresponding character?
>
> fixed in next beta

Great!  It works.  Thanks.

________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___________________________________________________________________________________
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-05-25  2:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18 19:30 References to itemize items Rogers, Michael K
2012-05-23  2:54 ` Rogers, Michael K
2012-05-24 10:06   ` Hans Hagen
2012-05-25  2:21     ` Rogers, Michael K

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