On 11/4/2014 4:49 PM, Mikael P. Sundqvist wrote:
ConTeXt$ find . -iname '*pgfluamath*' ./tex/texmf-modules/tex/generic/pgf/libraries/luamath/pgfluamath.parser.lua ./tex/texmf-modules/tex/generic/pgf/libraries/luamath/pgfluamath.functions.lua ./tex/texmf-modules/tex/generic/pgfplots/lua/pgfplotsoldpgfsupp_pgfluamath.parser.lua ./tex/texmf-modules/tex/generic/pgfplots/lua/pgfplotsoldpgfsupp_pgfluamath.functions.lua
require("foo.bar") means: look for file [configured paths]/foo/bar.[so|dll|lua] so, those filenames looks weird. I have no clue how e.g. latex or plain looks for files with require (maybe they kick in some kpse lookup) but i'm not going to add such an exception to context local foo = dofile(resolvers.findfile(foo.bar.lua")) might work for such files ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------