ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt error when updating to tetex-2.99.10
@ 2005-01-24 18:08 VnPenguin
  2005-01-24 18:37 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: VnPenguin @ 2005-01-24 18:08 UTC (permalink / raw)


Hi,
Just updated my FC3 box to teTeX-2.99.10 (ConTeXt 2005.01.13).
Now I tried to compile my ConTeXt doc (Vietnamese UTF-8, which was
compiled without any error with old version of ConTeXt -
tetex-2.99.8). Unfortunately there is error:
-------------------------------------------------------------------------------
...
bodyfont       : bodyfont 12.8pt is defined (can better be done global)
bodyfont       : bodyfont 9.6pt is defined (can better be done global)
bodyfont       : bodyfont 9.6pt is defined (can better be done global)
bodyfont       : bodyfont 19.1pt is defined (can better be done global)
bodyfont       : bodyfont 19.1pt is defined (can better be done global)
bodyfont       : bodyfont 16pt is defined (can better be done global)
bodyfont       : bodyfont 16pt is defined (can better be done global)
section        : 2.2 Các công việc trước khi cài đặt
bodyfont       : bodyfont 9.7pt is defined (can better be done global)
bodyfont       : bodyfont 9.7pt is defined (can better be done global)
bodyfont       : bodyfont 11.2pt is defined (can better be done global)
bodyfont       : bodyfont 11.2pt is defined (can better be done global)
bodyfont       : bodyfont 8.4pt is defined (can better be done global)
bodyfont       : bodyfont 8.4pt is defined (can better be done global)
bodyfont       : bodyfont 16.7pt is defined (can better be done global)
bodyfont       : bodyfont 16.7pt is defined (can better be done global)
bodyfont       : bodyfont 14pt is defined (can better be done global)
bodyfont       : bodyfont 14pt is defined (can better be done global)
references     : unknown reference [][fnt:t:16]
references     : unknown reference [][fnt:f:16]
subsection     : 2.2.1 Kiểm kê\footnote {Inventory} máy tính của bạn
references     : unknown reference [][fnt:t:17]
references     : unknown reference [][fnt:f:17]
references     : unknown reference [][fnt:t:18]
references     : unknown reference [][fnt:f:18]
[MP main-mpgraph.3993] [8.7]
! Undefined control sequence.
<argument> \@@tblprefix \c!each 
                                \v!each 
\getvalue #1->\csname #1
                        \endcsname 
\setupTBLcell ...e {\@@tblprefix \c!each \v!each }
                                                  \getvalue {\@@tblprefix \c...

\handleTBLcell ...ox \hbox {\setupTBLcell {#1}{#2}
                                                  \localframed [\@@tbl \@@tb...
<inserted text> ...bl \begintblrow \makeTBL {1}{1}
                                                  \nexttblcol \makeTBL {1}{2...

\endTBL ...x {\trialtypesettingtrue \the \tbltoks 
                                                  }\ifautoTBLspread \checktb...
...
l.70 \eTABLE
            }
? 
------------------------------------------------------------------------------------------------------------
I'm wrong some things ?
Thank you in advance for any help,

Quy NGUYEN-DAI

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

* Re: ConTeXt error when updating to tetex-2.99.10
  2005-01-24 18:08 ConTeXt error when updating to tetex-2.99.10 VnPenguin
@ 2005-01-24 18:37 ` Hans Hagen
  2005-01-24 18:45   ` VnPenguin
  2005-01-24 19:02   ` ConTeXt error when updating to tetex-2.99.10 (fixed) VnPenguin
  0 siblings, 2 replies; 5+ messages in thread
From: Hans Hagen @ 2005-01-24 18:37 UTC (permalink / raw)


VnPenguin wrote:

> <argument> \@@tblprefix \c!each 

should be v!each

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

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

* Re: ConTeXt error when updating to tetex-2.99.10
  2005-01-24 18:37 ` Hans Hagen
@ 2005-01-24 18:45   ` VnPenguin
  2005-01-24 19:49     ` Hans Hagen
  2005-01-24 19:02   ` ConTeXt error when updating to tetex-2.99.10 (fixed) VnPenguin
  1 sibling, 1 reply; 5+ messages in thread
From: VnPenguin @ 2005-01-24 18:45 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

On Mon, 24 Jan 2005 19:37:22 +0100, Hans Hagen <pragma@wxs.nl> wrote:
> VnPenguin wrote:
> 
> > <argument> \@@tblprefix \c!each
> 
> should be v!each
> 

Thank you, but in which file I should do this modification please.

Thanks

Quy

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

* Re: ConTeXt error when updating to tetex-2.99.10 (fixed)
  2005-01-24 18:37 ` Hans Hagen
  2005-01-24 18:45   ` VnPenguin
@ 2005-01-24 19:02   ` VnPenguin
  1 sibling, 0 replies; 5+ messages in thread
From: VnPenguin @ 2005-01-24 19:02 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

On Mon, 24 Jan 2005 19:37:22 +0100, Hans Hagen <pragma@wxs.nl> wrote:
> VnPenguin wrote:
> 
> > <argument> \@@tblprefix \c!each
> 
> should be v!each
> 
> Hans
> 

Ok, I fixed it ;)
In file base/core-ntb.tex, I replaced the line 230

\getvalue{\@@tblprefix\c!each\v!each}%

by Hans's correction:

\getvalue{\@@tblprefix\c!each\v!each}%

and it works well now.

Thanks,
Quy

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

* Re: ConTeXt error when updating to tetex-2.99.10
  2005-01-24 18:45   ` VnPenguin
@ 2005-01-24 19:49     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2005-01-24 19:49 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

VnPenguin wrote:
> On Mon, 24 Jan 2005 19:37:22 +0100, Hans Hagen <pragma@wxs.nl> wrote:
> 
>>VnPenguin wrote:
>>
>>
>>><argument> \@@tblprefix \c!each
>>
>>should be v!each
>>
> 
> 
> Thank you, but in which file I should do this modification please.

core-ntb.tex

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

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

end of thread, other threads:[~2005-01-24 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-24 18:08 ConTeXt error when updating to tetex-2.99.10 VnPenguin
2005-01-24 18:37 ` Hans Hagen
2005-01-24 18:45   ` VnPenguin
2005-01-24 19:49     ` Hans Hagen
2005-01-24 19:02   ` ConTeXt error when updating to tetex-2.99.10 (fixed) VnPenguin

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