summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-inc.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-04-06 23:08:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-04-06 23:08:00 +0200
commitd299f0604c59cccfbec6d650d67826dbfdfd89e7 (patch)
tree03557f045edea2296b6f2cc2cb56563f152ff4d7 /tex/context/base/grph-inc.lua
parent3f6813e3a34183a74f6660b60cb0bfe91c8cf254 (diff)
downloadcontext-d299f0604c59cccfbec6d650d67826dbfdfd89e7.tar.gz
beta 2012.04.06 23:08
Diffstat (limited to 'tex/context/base/grph-inc.lua')
-rw-r--r--tex/context/base/grph-inc.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/grph-inc.lua b/tex/context/base/grph-inc.lua
index 4e8f89298..a7c7bd86b 100644
--- a/tex/context/base/grph-inc.lua
+++ b/tex/context/base/grph-inc.lua
@@ -143,6 +143,7 @@ figures.programs = allocate() local programs = figures.programs
figures.localpaths = allocate {
".", "..", "../.."
}
+
figures.cachepaths = allocate {
prefix = "",
path = ".",
@@ -756,7 +757,10 @@ local function locate(request) -- name, format, cache
end
end
end
- return register(askedname)
+ return register(askedname, { -- these two are needed for hashing 'found'
+ conversion = askedconversion,
+ resolution = askedresolution,
+ })
end
-- -- -- plugins -- -- --