ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in itemize
@ 2010-10-10 18:39 Marius
  2010-10-10 18:43 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Marius @ 2010-10-10 18:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

Hello,

a stopper option resets item to default value. I expect a) and b)
instead of big dot in the first itemize.

mkiv current version: 2010.10.06 10:20

\starttext
\startitemize[a,stopper=)]
\item one.
\item two.
\stopitemize
\startitemize[a]
\item one.
\item two.
\stopitemize
\stoptext

Regards,
Marius

[-- Attachment #2: test4.pdf --]
[-- Type: application/pdf, Size: 8548 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 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] 7+ messages in thread

* Re: bug in itemize
  2010-10-10 18:39 bug in itemize Marius
@ 2010-10-10 18:43 ` Wolfgang Schuster
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2010-10-10 18:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.10.2010 um 20:39 schrieb Marius:

> Hello,
> 
> a stopper option resets item to default value. I expect a) and b)
> instead of big dot in the first itemize.
> 
> mkiv current version: 2010.10.06 10:20
> 
> \starttext
> \startitemize[a,stopper=)]

You can’t mix keywords and assignments in the same argument.

\startitemize[a][stopper={)}]

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

* Re: Bug in itemize
  2007-07-13 16:10   ` David Arnold
@ 2007-07-13 22:12     ` Mikael Persson
  0 siblings, 0 replies; 7+ messages in thread
From: Mikael Persson @ 2007-07-13 22:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

>From the ConTeXt manual (cont-eni.pdf page 234 (237 in the pdf file)):

"When we use the key columns the items are typeset in two columns. The
number of columns can be set by the keys one, two (default), three or
four."

Best regards, Micke P

On 7/13/07, David Arnold <dwarnold45@suddenlink.net> wrote:
> John, Wolfgang, et al,
>
> I forget how I discovered the option "three," but it worked in
> January with an older version of Context.
>
> See:  http://msenux.redwoods.edu/IntAlgText/chapter4/section4.pdf
>
> Example 13 on page 384.
>
> It no longer works as is evidenced on: http://msenux.redwoods.edu/
> IntAlgText/fall2007/chapter4/section4.pdf
>
> Example 13 on page 394.
>
>
> On Jul 13, 2007, at 5:09 AM, John R. Culleton wrote:
>
> > On Thursday 12 July 2007 15:46, David Arnold wrote:
> >> All,
> >>
> >> Think I found a bug in itemize.
> >>
> >> \starttext
> >>
> >>    \startitemize[a,columns,three]
> >>    \item $|x|>-5$
> >>    \item $|x|>0$
> >>    \item $|x|>4$
> >>    \stopitemize
> >>
> >> \stoptext
> >>
> > I don't understand your parameters. The Manual allows for columns but
> > not for "three". Is this a later feature?
> >
> > --
> > John Culleton
> > ATTN Publishers/authors:
> > If you don't read you don't succeed.
> > Free short list of publishing/marketing books.
> > http://wexfordpress.com/tex/shortlist.pdf
> >
> >
> > ______________________________________________________________________
> > _____________
> > 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
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Bug in itemize
  2007-07-13 12:09 ` John R. Culleton
@ 2007-07-13 16:10   ` David Arnold
  2007-07-13 22:12     ` Mikael Persson
  0 siblings, 1 reply; 7+ messages in thread
From: David Arnold @ 2007-07-13 16:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

John, Wolfgang, et al,

I forget how I discovered the option "three," but it worked in  
January with an older version of Context.

See:  http://msenux.redwoods.edu/IntAlgText/chapter4/section4.pdf

Example 13 on page 384.

It no longer works as is evidenced on: http://msenux.redwoods.edu/ 
IntAlgText/fall2007/chapter4/section4.pdf

Example 13 on page 394.


On Jul 13, 2007, at 5:09 AM, John R. Culleton wrote:

> On Thursday 12 July 2007 15:46, David Arnold wrote:
>> All,
>>
>> Think I found a bug in itemize.
>>
>> \starttext
>>
>>    \startitemize[a,columns,three]
>>    \item $|x|>-5$
>>    \item $|x|>0$
>>    \item $|x|>4$
>>    \stopitemize
>>
>> \stoptext
>>
> I don't understand your parameters. The Manual allows for columns but
> not for "three". Is this a later feature?
>
> -- 
> John Culleton
> ATTN Publishers/authors:
> If you don't read you don't succeed.
> Free short list of publishing/marketing books.
> http://wexfordpress.com/tex/shortlist.pdf
>
>
> ______________________________________________________________________ 
> _____________
> 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
___________________________________________________________________________________


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

* Re: Bug in itemize
  2007-07-12 19:46 Bug " David Arnold
  2007-07-13  6:42 ` Wolfgang Schuster
@ 2007-07-13 12:09 ` John R. Culleton
  2007-07-13 16:10   ` David Arnold
  1 sibling, 1 reply; 7+ messages in thread
From: John R. Culleton @ 2007-07-13 12:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thursday 12 July 2007 15:46, David Arnold wrote:
> All,
>
> Think I found a bug in itemize.
>
> \starttext
>
>    \startitemize[a,columns,three]
>    \item $|x|>-5$
>    \item $|x|>0$
>    \item $|x|>4$
>    \stopitemize
>
> \stoptext
>
I don't understand your parameters. The Manual allows for columns but 
not for "three". Is this a later feature?

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


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


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

* Re: Bug in itemize
  2007-07-12 19:46 Bug " David Arnold
@ 2007-07-13  6:42 ` Wolfgang Schuster
  2007-07-13 12:09 ` John R. Culleton
  1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2007-07-13  6:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/7/12, David Arnold <dwarnold45@suddenlink.net>:
> All,
>
> Think I found a bug in itemize.
>
> \starttext
>
>    \startitemize[a,columns,three]
>    \item $|x|>-5$
>    \item $|x|>0$
>    \item $|x|>4$
>    \stopitemize
>
> \stoptext
>
> On my system, the first item is not labeled, the second and third are
> labeled "a" and "b."
>
>
> gimp $ ctxtools --contextversion
> CtxTools | context version: 2007.06.06 09:53 (/usr/local/gwTeX/
> texmf.local/tex/context/base/context.tex)
> CtxTools | context version: 2007.06.06 09:53 (/usr/local/gwTeX/
> texmf.local/tex/context/base/cont-new.tex)
>
> Any ideas?

The problem appeared with the reverse option, it has something
to do with the new method to find the first and last values ConTeXt
writes in the first run to the tuo-file and fail to read them in the
second run.

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


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

* Bug in itemize
@ 2007-07-12 19:46 David Arnold
  2007-07-13  6:42 ` Wolfgang Schuster
  2007-07-13 12:09 ` John R. Culleton
  0 siblings, 2 replies; 7+ messages in thread
From: David Arnold @ 2007-07-12 19:46 UTC (permalink / raw)
  To: Context Mailing List List

All,

Think I found a bug in itemize.

\starttext

   \startitemize[a,columns,three]
   \item $|x|>-5$
   \item $|x|>0$
   \item $|x|>4$
   \stopitemize

\stoptext

On my system, the first item is not labeled, the second and third are  
labeled "a" and "b."


gimp $ ctxtools --contextversion
CtxTools | context version: 2007.06.06 09:53 (/usr/local/gwTeX/ 
texmf.local/tex/context/base/context.tex)
CtxTools | context version: 2007.06.06 09:53 (/usr/local/gwTeX/ 
texmf.local/tex/context/base/cont-new.tex)

Any ideas?
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-10-10 18:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10 18:39 bug in itemize Marius
2010-10-10 18:43 ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2007-07-12 19:46 Bug " David Arnold
2007-07-13  6:42 ` Wolfgang Schuster
2007-07-13 12:09 ` John R. Culleton
2007-07-13 16:10   ` David Arnold
2007-07-13 22:12     ` Mikael Persson

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