Am 20.02.10 11:19, schrieb Steffen Wolfrum:
Your module is called "t-ancientgreek" but you call "ancientgreek".
Is it always save in ConTeXt to leave the part before "-" out?
Nearly always.

When you load a module with \usemodule[modulename] ConTeXt looks for a file with the following names:

- m-modulaname (core module)
- p-modulename (private module)
- s-modulename (ConTeXt style file)
- x-modulename (XML module)
- t-modulename (Third party module)
- modulename

Once a file is found ConTeXt stops the search and loads the found file (only once).

When you have two file with the same name but different prefixes you can tell ConTeXt which file it should load with

\usemodule[<prefix>][modulename]

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
___________________________________________________________________________________

Reply via email to