ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Context update
@ 2004-01-03 10:26 R. Ermers
  2004-01-03 18:49 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: R. Ermers @ 2004-01-03 10:26 UTC (permalink / raw)


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

Dear friends, 

First of all, I would like to wish all of you a happy new year!
The update of the most recent Context package (04.2.1.) + subsequent installation with Miktex (MiKTeX 2.1) does not work out on my system (Win 98). Miktex does not complete the installation of the context en and nl formats.

The error messages follow below.

Could anyone help me out? Thanks in advance!

Kind regards,

Robert Ermers

++++++++++++
Installation with Miktex, error messages in log file:
system (E-TEX) : [line 473] \ifcsname 
! Undefined control sequence.
\@@su:*reset ->\widowpenalties 
                               \minusone \clubpenalties \minusone \in...
\dosetups ...\csname \??su :#1\endcsname }
                                          \relax 
\next2 #1,->\dosetups {#1}
                          \doprocesscommaitem 
\doprocesscommalist ...bbleoneargument #1,
                                          ]\relax \global \advance \c...
\@@su:*default ...msetupsprefix \s!reset ]
                                          \widowpenalty \defaultwidow...
\dosetups ...\csname \??su :#1\endcsname }
                                          \relax 
...
l.2084 \setdefaultpenalties
                            % will happen later in \setuplayout
No pages of output.
Transcript written on cont-en.log.
INITEXMF: pdfetex.exe failed on cont-en.tex

++++++++++++

Installation with the command:
texexec --make --alone en nl
or
texexec --make -- alone en

 results in this error message:

! TeX capacity exceeded, sorry [pool size=470502].
\setvalue ...er \def \csname #1\endcsname 

\@@expanded ...nded \setvalue {17.3pttttf}
{\xxdododefinefont {1}{17.3...
\dododododefinebodyfont ...scratchtoks }}}
\else \global \letbeundefin...
\next4 ...odefinebodyfont {tt}{17.3pt}{#1}
\doprocesscommaitem 
<argument> \relax tf=cmtt12 sa 1,
sl=cmsltt10 sa 1, it=cmitt10 sa 1
\doprocesscommalist ...obbleoneargument #1
,]\relax \global \advance \...
...
l.405 
! TeX capacity exceeded, sorry [pool size=470502].
\setvalue ...er \def \csname #1\endcsname 

\@@expanded ...nded \setvalue {17.3pttttf}
{\xxdododefinefont {1}{17.3...
\dododododefinebodyfont ...scratchtoks }}}
\else \global \letbeundefin...
\next4 ...odefinebodyfont {tt}{17.3pt}{#1}
\doprocesscommaitem 
<argument> \relax tf=cmtt12 sa 1,
sl=cmsltt10 sa 1, it=cmitt10 sa 1
\doprocesscommalist ...obbleoneargument #1
,]\relax \global \advance \...
...
l.405 


[-- Attachment #2: Type: text/html, Size: 5314 bytes --]

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

* Re: Context update
  2004-01-03 10:26 Context update R. Ermers
@ 2004-01-03 18:49 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2004-01-03 18:49 UTC (permalink / raw)


At 11:26 03/01/2004, you wrote:
>Dear friends,
>
>First of all, I would like to wish all of you a happy new year!
>The update of the most recent Context package (04.2.1.) + subsequent 
>installation with Miktex (MiKTeX 2.1) does not work out on my system (Win 
>98). Miktex does not complete the installation of the context en and nl 
>formats.
>
>The error messages follow below.
>
>Could anyone help me out? Thanks in advance!
>
>Kind regards,
>
>Robert Ermers
>
>++++++++++++
>Installation with Miktex, error messages in log file:
>system (E-TEX) : [line 473] \ifcsname
>! Undefined control sequence.
>\@@su:*reset ->\widowpenalties

ah, you don't use etex ...  in core-spa.tex, patch the following setup:

\startsetups [\systemsetupsprefix\v!reset]
   \resetpenalties\widowpenalties
   \resetpenalties\clubpenalties
   \resetpenalties\interlinepenalties
\stopsetups

as well as the teo definitions:

\def\resetpenalties#1%
   {\ifx#1\undefined\else
       #1\minusone
    \fi}

\def\setpenalties#1#2#3%
   {\ifx#1\undefined\else
      #1\numexpr(#2+1)\space\doexpandedrecurse{\numexpr(#2)}{#3}\zerocount\relax
    \fi}

Hans  

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

end of thread, other threads:[~2004-01-03 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-03 10:26 Context update R. Ermers
2004-01-03 18:49 ` Hans Hagen

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