ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Referring to items
@ 2012-03-06  4:34 Kip Warner
  2012-03-09  8:28 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Kip Warner @ 2012-03-06  4:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hey list,

I am following the instructions here but they do not seem to be working:
http://wiki.contextgarden.net/Enumerations#Referring_to_items

I have an item block typeset with the following:

    \startitemize[R,2*broad][start=11]
    \setupitemize[left=(, right=)]
    \item[first_item] another item
    \item another item
    \item[last_item] another item
    \stopitemize

I attempt to reference the first item with the following:

\in{item}[first_item]

But all I see in the final PDF are two ?? characters where I expected
the reference.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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: Referring to items
  2012-03-06  4:34 Referring to items Kip Warner
@ 2012-03-09  8:28 ` Wolfgang Schuster
  2012-03-10  0:57   ` Kip Warner
  2012-03-10 11:19   ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2012-03-09  8:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.03.2012 um 05:34 schrieb Kip Warner:

> Hey list,
> 
> I am following the instructions here but they do not seem to be working:
> http://wiki.contextgarden.net/Enumerations#Referring_to_items
> 
> I have an item block typeset with the following:
> 
>    \startitemize[R,2*broad][start=11]
>    \setupitemize[left=(, right=)]
>    \item[first_item] another item
>    \item another item
>    \item[last_item] another item
>    \stopitemize
> 
> I attempt to reference the first item with the following:
> 
> \in{item}[first_item]
> 
> But all I see in the final PDF are two ?? characters where I expected
> the reference.


Works here, the only thing to complain is that the number conversion is missing.

\starttext

\startitemize[R,3*broad][start=11,left=(,right=),stopper=]
\item[item:first] another item
\item another item
\item[item:last] another item
\stopitemize

I attempt to reference the first item with the following: \in{item}[item:first]

\stoptext

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Referring to items
  2012-03-09  8:28 ` Wolfgang Schuster
@ 2012-03-10  0:57   ` Kip Warner
  2012-03-10 11:19   ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Kip Warner @ 2012-03-10  0:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Fri, 2012-03-09 at 09:28 +0100, Wolfgang Schuster wrote:
> Works here, the only thing to complain is that the number conversion is missing.
> 
> \starttext
> 
> \startitemize[R,3*broad][start=11,left=(,right=),stopper=]
> \item[item:first] another item
> \item another item
> \item[item:last] another item
> \stopitemize
> 
> I attempt to reference the first item with the following: \in{item}[item:first]
> 
> \stoptext

I'm not sure why it doesn't work for me then. When I take what should
work and put it in a minimal, it works. When I leave it within the whole
book, it doesn't.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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: Referring to items
  2012-03-09  8:28 ` Wolfgang Schuster
  2012-03-10  0:57   ` Kip Warner
@ 2012-03-10 11:19   ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-03-10 11:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 9-3-2012 09:28, Wolfgang Schuster wrote:

> Works here, the only thing to complain is that the number conversion is missing.

The latest beta (two days ago) should be ok (unless I messed up) ... a 
'quick' hack btw, as we need a frozen conversion variant in the tuc file.

Hans


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

end of thread, other threads:[~2012-03-10 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06  4:34 Referring to items Kip Warner
2012-03-09  8:28 ` Wolfgang Schuster
2012-03-10  0:57   ` Kip Warner
2012-03-10 11:19   ` Hans Hagen

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