if not modules then modules = { } end modules ['luat-kps'] = { version = 1.001, comment = "companion to luatools.lua", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" } --[[ldx--
This file is used when we want the input handlers to behave like
How about just forgetting abou them?
--ldx]]-- input = input or { } input.suffixes = input.suffixes or { } input.formats = input.formats or { } input.suffixes['gf'] = { 'If you wondered abou tsome of the previous mappings, how about the next bunch:
--ldx]]-- input.formats['bib'] = '' input.formats['bst'] = '' input.formats['mft'] = '' input.formats['ist'] = '' input.formats['web'] = '' input.formats['cweb'] = '' input.formats['MetaPost support'] = '' input.formats['TeX system documentation'] = '' input.formats['TeX system sources'] = '' input.formats['Troff fonts'] = '' input.formats['dvips config'] = '' input.formats['graphic/figure'] = '' input.formats['ls-R'] = '' input.formats['other text files'] = '' input.formats['other binary files'] = '' input.formats['gf'] = '' input.formats['pk'] = '' input.formats['base'] = 'MFBASES' input.formats['cnf'] = '' input.formats['mem'] = 'MPMEMS' input.formats['mf'] = 'MFINPUTS' input.formats['mfpool'] = 'MFPOOL' input.formats['mppool'] = 'MPPOOL' input.formats['texpool'] = 'TEXPOOL' input.formats['PostScript header'] = 'TEXPSHEADERS' input.formats['cmap files'] = 'CMAPFONTS' input.formats['type42 fonts'] = 'T42FONTS' input.formats['web2c files'] = 'WEB2C' input.formats['pdftex config'] = 'PDFTEXCONFIG' input.formats['texmfscripts'] = 'TEXMFSCRIPTS' input.formats['bitmap font'] = '' input.formats['lig files'] = 'LIGFONTS'