maybe this will help make it work
svn: r6688
This commit is contained in:
parent
642ecdfbef
commit
9fcee86959
|
@ -7,6 +7,6 @@
|
||||||
(parameterize
|
(parameterize
|
||||||
((current-namespace (make-namespace)))
|
((current-namespace (make-namespace)))
|
||||||
(namespace-require
|
(namespace-require
|
||||||
`(file
|
`(path->string (file ,(build-path (this-expression-source-directory)
|
||||||
,(build-path (this-expression-source-directory) "tex2page-aux.ss")))
|
"tex2page-aux.ss"))))
|
||||||
((namespace-variable-value 'tex2page) f)))))
|
((namespace-variable-value 'tex2page) f)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user