[NTG-context] Style won't load

2006-02-02 Thread Elliot Clifton
I've written a new style but it won't  load with \usemodule[race].

Error:

system  : module race not found

File:

s-race.tex

File is in the search path

How can I get this style to load? Do I have to register it with
ConTeX? If so, how do I do that?

Thanks in advance,

Elliot
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Style won't load

2006-02-02 Thread Taco Hoekwater


Elliot Clifton wrote:
 I've written a new style but it won't  load with \usemodule[race].
 
 Error:
 
 system  : module race not found
 
 File:
 
 s-race.tex

You really ought to be using the t prefix for your own modules
instead of s, but I doubt that is the problem.

 File is in the search path
 How can I get this style to load? Do I have to register it with
 ConTeX? If so, how do I do that?

The most likely problem is that you have to refresh the
filename database of your TeX system.

Cheers, taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Style won't load

2006-02-02 Thread Hans Hagen
Taco Hoekwater wrote:
 Elliot Clifton wrote:
   
 I've written a new style but it won't  load with \usemodule[race].

 Error:

 system  : module race not found

 File:

 s-race.tex
 

 You really ought to be using the t prefix for your own modules
 instead of s, but I doubt that is the problem.

   
 File is in the search path
 How can I get this style to load? Do I have to register it with
 ConTeX? If so, how do I do that?
 

 The most likely problem is that you have to refresh the
 filename database of your TeX system.
   
if it's just an environment (style) and not a module (adding functionality), 
you can also opt for: 

\environemnt filename 

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context