ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* KR itemize fails with latest beta
@ 2009-05-20  9:33 Matthijs Kooijman
  2009-05-27 16:51 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Matthijs Kooijman @ 2009-05-20  9:33 UTC (permalink / raw)
  To: ntg-context


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

Hi,

I've downloaded the beta today, which fails on one of my itemizes using the KR
numbering scheme. I'm using MkIV context, with the following file:

  \starttext
  \startitemize[KR]
  \item Foo
  \stopitemize
  \stoptext

When compiling this file, I get the below errors. When using R instead of KR,
everything works. When using MkII (i.e., running texexec Test.tex, which means
running MkII, right?) things work as well.

  matthijs@katherina:~/docs/UT/FHDL/progress$ texexec --lua Test.tex 
  TeXExec | processing document 'Test.tex'
  TeXExec | no ctx file found
  TeXExec | tex processing method: context
  TeXExec | TeX run 1
  TeXExec | writing option file Test.top
  TeXExec | using randomseed 750
  TeXExec | tex engine: luatex
  TeXExec | tex format: cont-en
  LuaTools | running command: luatex
  --fmt="/home/matthijs/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en"
  --lua="/home/matthijs/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en.luc"
  "Test.tex" 
  This is LuaTeX, Version beta-0.40.0-2009042718 (Web2C 7.5.7)
   \write18 enabled.
  (Test.tex
  color           : mpcmyk color space is supported
  color           : mpspot color space is supported
  color           : system rgb is global activated

  ConTeXt  ver: 2009.05.20 00:02 MKIV  fmt: 2009.5.20  int: english/english

  system          : cont-new loaded
  (/usr/share/texmf/tex/context/base/cont-new.tex
  systems         : beware: some patches loaded from cont-new.tex
  (/usr/share/texmf/tex/context/base/cont-new.mkiv)
  (/usr/share/texmf/tex/context/base/cont-mtx.tex))
  system          : cont-fil loaded
  (/usr/share/texmf/tex/context/base/cont-fil.tex
  loading         : ConTeXt File Synonyms
  )
  system          : cont-sys.rme loaded
  (/etc/texmf/tex/context/user/cont-sys.rme
  (/usr/share/texmf/tex/context/base/type-tmf.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex
  (/usr/share/texmf/tex/context/base/type-siz.mkiv))
  (/usr/share/texmf/tex/context/base/type-otf.tex
  (/usr/share/texmf/tex/context/base/type-otf.mkiv)))
  system          : Test.top loaded
  (Test.top)
  fonts           : preloading latin modern fonts
  bodyfont        : 12pt rm is loaded
  language        : language en is active
  systems         : begin file Test at line 1
  ! Missing } inserted.
  <inserted text> 
                  }
  <to be read again> 
                     \endgroup 
  <to be read again> 
                     \fi 
  \doactualitemnumber ...rrentitemgroupcounter ]\fi 
                                                    \dohandleitemreference
  \en...
  \actualitemnumber ...fi \else \doactualitemnumber 
                                                    \fi 
  \listitem ...@@localitemsymbol \currentitemlevel }
                                                    \getitemparameter
  \current...
  ...
  l.3 \item F
             oo
  ? 

Any clue on what's wrong here?

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

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

* Re: KR itemize fails with latest beta
  2009-05-20  9:33 KR itemize fails with latest beta Matthijs Kooijman
@ 2009-05-27 16:51 ` Hans Hagen
  2009-05-28 10:00   ` Matthijs Kooijman
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2009-05-27 16:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Matthijs Kooijman wrote:
> Hi,
> 
> I've downloaded the beta today, which fails on one of my itemizes using the KR
> numbering scheme. I'm using MkIV context, with the following file:
> 
>   \starttext
>   \startitemize[KR]
>   \item Foo
>   \stopitemize
>   \stoptext

fixed in next beta

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: KR itemize fails with latest beta
  2009-05-27 16:51 ` Hans Hagen
@ 2009-05-28 10:00   ` Matthijs Kooijman
  0 siblings, 0 replies; 3+ messages in thread
From: Matthijs Kooijman @ 2009-05-28 10:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

>> I've downloaded the beta today, which fails on one of my itemizes using the KR
>> numbering scheme. I'm using MkIV context, with the following file:
> fixed in next beta

Thanks!

Gr.

Matthijs

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

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

end of thread, other threads:[~2009-05-28 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-20  9:33 KR itemize fails with latest beta Matthijs Kooijman
2009-05-27 16:51 ` Hans Hagen
2009-05-28 10:00   ` Matthijs Kooijman

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