ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startitem [reference=xxx]
@ 2014-12-17 16:30 Alan BRASLAU
  2014-12-17 19:16 ` Otared Kavian
  0 siblings, 1 reply; 3+ messages in thread
From: Alan BRASLAU @ 2014-12-17 16:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

An item in an itemized list can have a reference:

\startitemize [n]
\item[first] This is a first item;
\item[second] This is a second item.
\stopitemize

\in{item}[first] appears before \in{item}[second].


How does this work with \startitem\stopitem?
I tried, of course:
    \startitem[reference=first]
        This is a first item.
    \stopitem

Thanks.

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

* Re: \startitem [reference=xxx]
  2014-12-17 16:30 \startitem [reference=xxx] Alan BRASLAU
@ 2014-12-17 19:16 ` Otared Kavian
  2014-12-17 20:21   ` Alan BRASLAU
  0 siblings, 1 reply; 3+ messages in thread
From: Otared Kavian @ 2014-12-17 19:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Alan,

This works here:
%%%%%%%%%%
\starttext
\startitemize [n]
   \startitem[first]
       This is a first item.
   \stopitem

\item[second] This is a second item.
\stopitemize

Alan’s \in{item}[first] appears before \in{item}[second].

\stoptext
%%%%%%%%%%

Is this what you wanted?

best regards: OK

> On 17 Dec 2014, at 17:30, Alan BRASLAU <alan.braslau@cea.fr> wrote:
> 
> Hello,
> 
> An item in an itemized list can have a reference:
> 
> \startitemize [n]
> \item[first] This is a first item;
> \item[second] This is a second item.
> \stopitemize
> 
> \in{item}[first] appears before \in{item}[second].
> 
> 
> How does this work with \startitem\stopitem?
> I tried, of course:
>    \startitem[reference=first]
>        This is a first item.
>    \stopitem
> 
> Thanks.
> 
> Alan
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

* Re: \startitem [reference=xxx]
  2014-12-17 19:16 ` Otared Kavian
@ 2014-12-17 20:21   ` Alan BRASLAU
  0 siblings, 0 replies; 3+ messages in thread
From: Alan BRASLAU @ 2014-12-17 20:21 UTC (permalink / raw)
  To: Otared Kavian; +Cc: mailing list for ConTeXt users

On Wed, 17 Dec 2014 20:16:18 +0100
Otared Kavian <otared@gmail.com> wrote:

>    \startitem[first]
>        This is a first item.
>    \stopitem

Thanks. It does work.
I did not think about trying this (obsolete) syntax.

Wouldn't it be a good idea to respect the explicit "reference=first"
syntax?

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

end of thread, other threads:[~2014-12-17 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 16:30 \startitem [reference=xxx] Alan BRASLAU
2014-12-17 19:16 ` Otared Kavian
2014-12-17 20:21   ` Alan BRASLAU

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