Re: [NTG-context] Itemize problem

2007-07-04 Thread w . neimeijer
Should I downgrade to an older Context version, or is
there a fix available  ?

TIA
Wim

> Hamid Kamrani wrote:
>> This happens on live context too. Itemize starts with 0 in some
>> situations. You can create the problem with:


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-02 Thread Hamid Kamrani
This happens on live context too. Itemize starts with 0 in some
situations. You can create the problem with:

\starttext

\bTABLE
\bTR
\bTD
\startitemize[n]
\item one
\item two
\stopitemize
\eTD
\eTR
\eTABLE

\stoptext

On 7/1/07, Aditya Mahajan <[EMAIL PROTECTED]> wrote:
> On Mon, 2 Jul 2007, [EMAIL PROTECTED] wrote:
>
> > To Aditya
> >
> >> It is possible that this change caused your existing setup to break.
> >> Can you create a minimum example that exhibits the problem? Start with
> >> Patrick's example, and start adding lines from your setup, so that the
> >> problem reappears. That may help in figuring out if it is something
> >> wrong in your setup, or a bug.
> >
> > I already provide a minimum example. Patrick just used my example on
> > Context live where it works. On my system with the latest Context it does
> > not.
> >
> > In addition, what could be wrong with my setup ? The setup
> > is all Context and nothing special and the setup
> > I am using, did not give me problems in the past.
> > I will try to debug but I think it must be a bug with the latest Context.
>
> Can you send the log file that you get with
>
> \tracingmacros 2
> \starttext
> \startitemize[n]
> \item one
> \item two
> \stopitemize
> \stoptext
>
> Aditya
> ___
> 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-01 Thread Aditya Mahajan
On Mon, 2 Jul 2007, [EMAIL PROTECTED] wrote:

> To Aditya
>
>> It is possible that this change caused your existing setup to break.
>> Can you create a minimum example that exhibits the problem? Start with
>> Patrick's example, and start adding lines from your setup, so that the
>> problem reappears. That may help in figuring out if it is something
>> wrong in your setup, or a bug.
>
> I already provide a minimum example. Patrick just used my example on
> Context live where it works. On my system with the latest Context it does
> not.
>
> In addition, what could be wrong with my setup ? The setup
> is all Context and nothing special and the setup
> I am using, did not give me problems in the past.
> I will try to debug but I think it must be a bug with the latest Context.

Can you send the log file that you get with

\tracingmacros 2
\starttext
\startitemize[n]
\item one
\item two
\stopitemize
\stoptext

Aditya
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-01 Thread w . neimeijer
To Aditya

>It is possible that this change caused your existing setup to break.
>Can you create a minimum example that exhibits the problem? Start with
>Patrick's example, and start adding lines from your setup, so that the
>problem reappears. That may help in figuring out if it is something
>wrong in your setup, or a bug.

I already provide a minimum example. Patrick just used my example on
Context live where it works. On my system with the latest Context it does
not.

In addition, what could be wrong with my setup ? The setup
is all Context and nothing special and the setup
I am using, did not give me problems in the past.
I will try to debug but I think it must be a bug with the latest Context.

Kind regards
Wim





___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-01 Thread Aditya Mahajan
On Sun, 1 Jul 2007, [EMAIL PROTECTED] wrote:

> Patrick et al,
>
> I also tried it on live.contextgarden.net and there it works fine.
> But not with my Context.
>
> I have some definitions but they did not change for more than 6 months,
> and comparing my setups with some of my backups, nothing has changed.
> The only change is that I updated Context with ctxtools --update from the
> Scite menu.
>
> I don't know which of my definitions or setups could cause this. I
> am not using \setupitemize. I hope someone can help.

There was some changes in itemize code recently. Hans added 
`reverse' option, so that

\startitemize[n,reverse]
  \item one
  \item two
  \item three
\stopitemize

gives
3. one
2. two
1. three

It is possible that this change caused your existing setup to break.
Can you create a minimum example that exhibits the problem? Start with 
Patrick's example, and start adding lines from your setup, so that the 
problem reappears. That may help in figuring out if it is something 
wrong in your setup, or a bug.

Aditya
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-01 Thread w . neimeijer
Patrick et al,

I also tried it on live.contextgarden.net and there it works fine.
But not with my Context.

I have some definitions but they did not change for more than 6 months,
and comparing my setups with some of my backups, nothing has changed.
The only change is that I updated Context with ctxtools --update from the
Scite menu.

I don't know which of my definitions or setups could cause this. I
am not using \setupitemize. I hope someone can help.

Kind regards
Wim



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Itemize problem

2007-07-01 Thread Patrick Gundlach
Hello Wim,

> When I use
> \startitemize[n]
> \item One
> \item Two
> \stopitemize
>
> the list starts at 0 (zero) instead of 1 (one)

\starttext
\startitemize[n]
\item One
\item Two
\stopitemize
\stoptext


Are you sure about this? I've just tried the above in
live.contextgarden.net and the result looks fine. Perhaps you have
some other interfering definitions in your source?


Patrick
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Itemize problem

2007-07-01 Thread w . neimeijer
Hi,

When I use
\startitemize[n]
\item One
\item Two
\stopitemize

the list starts at 0 (zero) instead of 1 (one)

I am using the standalone Windows version
ConTeXt  ver: 2007.06.26 23:21 MKII  fmt: 2007.7.1  int: english/english

Kind regards
Wim


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___