Re: [NTG-context] why this error?

2011-03-13 Thread Wolfgang Schuster

Am 13.03.2011 um 00:29 schrieb Pontus Lurcock:

 I managed to fix this simply by removing the \usemodule[bib] from my
 source file -- as if by magic, the bibliography kept working!

There is no magic happening, Hans added just the module as a core function
which is always present.

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
___


[NTG-context] why this error?

2011-03-12 Thread Hans van der Meer
Not so long ago no problems with typesetting. 
OK in ConTeXt  ver: 2011.02.05 11:37 MKIV  fmt: 2011.2.5  int: english/english

Now in: ConTeXt  ver: 2011.02.25 22:03 MKIV  fmt: 2011.3.11  int: 
english/english
an error:

(.././literature.tex
resolversmodules  loaded: 'bib'
(/Users/hans/context/tex/texmf-context/tex/context/base/m-obsolete.tex
! Undefined control sequence.

system   tex  error on line 3 in file .././onderwijs.tex: Undefined 
control sequence ...

 1 %  $Revision: 43 $ $Date: 2011-02-15 14:31:42 +0100 (di, 15 feb 2011) $
 2 % Project file voor cryptografie onderwijsprodukties.
 3   
 4 \startproject onderwijs
 5 
 6 % environment setup for all products
 7 \environment mainsetup   % algemene macros
 8 \environment literature  % citation setup
 9 
10 % environment setup for specific products
11 \startlocalenvironment[college]
12  \writestring{THIS IS FOR THE PRESENTATIONS ONLY}
13  \enablemode[screen]

argument writestatus(\m!systems 
   ,\!!bs skipping obsolete module\!!es )
\ctxcommand #1-\directlua \zerocount {commands.#1
  }
l.3 ...estatus\m!systems{skipping obsolete module}
  
? 
Process aborted


Who can tell where this comes from and how it can be repaired?

Hans van der Meer

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


Re: [NTG-context] why this error?

2011-03-12 Thread Mojca Miklavec
On Sat, Mar 12, 2011 at 12:56, Hans van der Meer h.vanderm...@uva.nl wrote:
 Not so long ago no problems with typesetting.
 OK in ConTeXt  ver: 2011.02.05 11:37 MKIV  fmt: 2011.2.5  int: english/english

 Now in: ConTeXt  ver: 2011.02.25 22:03 MKIV  fmt: 2011.3.11  int: 
 english/english
 an error:

 (.././literature.tex
 resolvers        modules  loaded: 'bib'
 (/Users/hans/context/tex/texmf-context/tex/context/base/m-obsolete.tex
 ! Undefined control sequence.

 Who can tell where this comes from and how it can be repaired?

Open m-obsolete.tex and comment out the only line it contains (the
only line that does something).

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


Re: [NTG-context] why this error?

2011-03-12 Thread Pontus Lurcock
On Sat 12 Mar 2011, Hans van der Meer wrote:

 (.././literature.tex
 resolversmodules  loaded: 'bib'
 (/Users/hans/context/tex/texmf-context/tex/context/base/m-obsolete.tex
 ! Undefined control sequence.

I managed to fix this simply by removing the \usemodule[bib] from my
source file -- as if by magic, the bibliography kept working! I assume
this is a consequence of the ongoing MkIV bibliography rewrite.

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