new error in Context under Linux
Hi! I got an new error compiling the example p28-30 of the Excursion with \startcombination...\stopcombination !load otf : file size: 112404 !load otf : enhancing ... !load otf : saving in cache: /home/alain/context/tex/texmf/fonts/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. <inserted text> \par <to be read again> } \@@kjtabletitle ->Use of \type {\setuptables } . \doif #1#2->\edef \!!stringa {#1 }\edef \!!stringb {#2}\ifx \!!stringa \!!str... \dostructurecountercomponent ...\c!title }\v!none {\setfalse \hasstructureco... \docompletefloat ...c!title ={#4},\c!bookmark =][] \globallet \currentfloatnu... ... l.420 \stopcombination ? Thanks, Alain
Alain Delmotte wrote:
Hi!
I got an new error compiling the example p28-30 of the Excursion with \startcombination...\stopcombination !load otf : file size: 112404 !load otf : enhancing ... !load otf : saving in cache: /home/alain/context/tex/texmf/fonts/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. <inserted text> \par <to be read again> } \@@kjtabletitle ->Use of \type {\setuptables }
This looks suspiciously like the '\type in captions' bug, again. Best wishes, Taco
Hi! Taco Hoekwater a écrit :
Alain Delmotte wrote:
Hi!
I got an new error compiling the example p28-30 of the Excursion with \startcombination...\stopcombination !load otf : file size: 112404 !load otf : enhancing ... !load otf : saving in cache: /home/alain/context/tex/texmf/fonts/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. <inserted text> \par <to be read again> } \@@kjtabletitle ->Use of \type {\setuptables }
This looks suspiciously like the '\type in captions' bug, again. Oupss! You are right.
I did use an uncorrected version of my source. Sorry for taking time for my fault. Alain
Best wishes, Taco
___________________________________________________________________________________
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 ___________________________________________________________________________________
Alain Delmotte wrote:
} \@@kjtabletitle ->Use of \type {\setuptables }
This looks suspiciously like the '\type in captions' bug, again. Oupss! You are right.
I did use an uncorrected version of my source.
Sorry for taking time for my fault.
Actually, my (latest) context beta still does this wrong also, so I don't think you need to apologize. Best wishes, Taco
On 4-4-2010 10:43, Taco Hoekwater wrote:
Alain Delmotte wrote:
Hi!
I got an new error compiling the example p28-30 of the Excursion with \startcombination...\stopcombination !load otf : file size: 112404 !load otf : enhancing ... !load otf : saving in cache: /home/alain/context/tex/texmf/fonts/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. <inserted text> \par <to be read again> } \@@kjtabletitle ->Use of \type {\setuptables }
This looks suspiciously like the '\type in captions' bug, again.
btw there will be no beta this weekend as we need to be in sync with the upcoming 0.60 there will probably be a few betas next week and then a current once 0.60 is out Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Sun, Apr 04 2010, Hans Hagen wrote:
btw there will be no beta this weekend as we need to be in sync with the upcoming 0.60
there will probably be a few betas next week and then a current once 0.60 is out
Isn't it out yet ?? -> http://foundry.supelec.fr/gf/project/luatex/frs/ Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/
On 4-4-2010 10:31, Alain Delmotte wrote:
Hi!
I got an new error compiling the example p28-30 of the Excursion with \startcombination...\stopcombination !load otf : file size: 112404 !load otf : enhancing ... !load otf : saving in cache: /home/alain/context/tex/texmf/fonts/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. <inserted text> \par <to be read again> } \@@kjtabletitle ->Use of \type {\setuptables } . \doif #1#2->\edef \!!stringa {#1 }\edef \!!stringb {#2}\ifx \!!stringa \!!str... \dostructurecountercomponent ...\c!title }\v!none {\setfalse \hasstructureco... \docompletefloat ...c!title ={#4},\c!bookmark =][] \globallet \currentfloatnu... .... l.420 \stopcombination ?
the problem with \type is that it adapts catcodes and therefore it goes ok in the text we used to stringify the first token but that's now always ok either now, in mkii all captions titlles etc end up unexpanded in the tui/o file and in principle that should also happen in mkiv (depends on the style) in mkiv things are more complex as much more info travels around; there we also keep track of catcode states and such i need to look into this case but for the moment made the \setuptables command unexpanded which is a good idea for any command that can make troubles Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (5)
-
Alain Delmotte
-
Alain Delmotte
-
Hans Hagen
-
Peter Münster
-
Taco Hoekwater