20 Feb
2010
20 Feb
'10
12:36 p.m.
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